Color Hex Logo

#4643be Color Hex

#4643BE
(70,67,190)
0 Favorites   0 Comments

Color spaces of #4643be

RGB 7067190
HSL0.670.490.50
HSV241°65°75°
CMYK 0.630.650.00   0.25
XYZ13.82729.034149.7302
Yxy9.03410.19050.1245
Hunter Lab30.056829.5171-77.0580
CIE-Lab36.049938.6145-64.2811

#4643be color RGB value is (70,67,190).

#4643be hex color red value is 70, green value is 67 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #4643be hue: 0.67 , saturation: 0.49 and the lightness value of 4643be is 0.50.

The process color (four color CMYK) of #4643be color hex is 0.63, 0.65, 0.00, 0.25. Web safe color of #4643be is #3333cc. Color #4643be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01000011 10111110
Octal 106 103 276
Decimal 70 67 190
Hex 46 43 BE

RGB Percentages of Color #4643be

%21.41
%20.49
%58.10

CMYK Percentages of Color #4643be

%63
%65
%0
%25

Triadic Colors of #4643be

#4643be #be4643 #43be46

Analogous Colors of #4643be

#4643be #8443be #437ebe

Monochromatic Colors of #4643be

#4643be

Complementary Color

#4643be #bbbe43

#4643be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4643be Color Preview on White Background

Lorem ipsum dolor sit amet.

#4643be Color CSS Codes

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

#4643be Text Font Color

<p style="color:#4643be">Text here</p>

This sample text font color is #4643be
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.


#4643be Background Color

<div style="background-color:#4643be">
Div content here</div>

This div background color is #4643be


#4643be Border Color

<div style="border:3px solid #4643be">
Div here</div>

This div border color is #4643be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,67,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4643be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4643be;
  -webkit-box-shadow: 1px 1px 3px 2px #4643be;
  box-shadow:         1px 1px 3px 2px #4643be; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4643be


Comments

No comments written yet.

Please login to write comment.