Color Hex Logo

#464bdc Color Hex

#464BDC
(70,75,220)
0 Favorites   0 Comments

Color spaces of #464bdc

RGB 7075220
HSL0.660.680.57
HSV238°68°86°
CMYK 0.680.660.00   0.14
XYZ17.960111.501668.9836
Yxy11.50160.18240.1168
Hunter Lab33.914035.1801-96.8604
CIE-Lab40.412843.7611-74.5111

#464bdc color RGB value is (70,75,220).

#464bdc hex color red value is 70, green value is 75 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #464bdc hue: 0.66 , saturation: 0.68 and the lightness value of 464bdc is 0.57.

The process color (four color CMYK) of #464bdc color hex is 0.68, 0.66, 0.00, 0.14. Web safe color of #464bdc is #3333cc. Color #464bdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01001011 11011100
Octal 106 113 334
Decimal 70 75 220
Hex 46 4B DC

RGB Percentages of Color #464bdc

%19.18
%20.55
%60.27

CMYK Percentages of Color #464bdc

%68
%66
%0
%14

Triadic Colors of #464bdc

#464bdc #dc464b #4bdc46

Analogous Colors of #464bdc

#464bdc #8c46dc #4696dc

Monochromatic Colors of #464bdc

#464bdc

Complementary Color

#464bdc #dcd746

#464bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#464bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#464bdc Color CSS Codes

.mybgcolor {background-color:#464bdc; } 
.myforecolor {color:#464bdc; }
.mybordercolor {border:3px solid #464bdc; }

#464bdc Text Font Color

<p style="color:#464bdc">Text here</p>

This sample text font color is #464bdc
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#464bdc Background Color

<div style="background-color:#464bdc">
Div content here</div>

This div background color is #464bdc


#464bdc Border Color

<div style="border:3px solid #464bdc">
Div here</div>

This div border color is #464bdc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,75,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #464bdc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #464bdc;
  -webkit-box-shadow: 1px 1px 3px 2px #464bdc;
  box-shadow:         1px 1px 3px 2px #464bdc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(70,75,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #464bdc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #464bdc;
  -webkit-box-shadow: 1px 1px 3px 2px #464bdc;
  box-shadow:         1px 1px 3px 2px #464bdc;">
Div content here</div>

This div box has shadow with color #464bdc


Comments

No comments written yet.

Please login to write comment.