Color Hex Logo

#4659ca Color Hex

#4659CA
(70,89,202)
0 Favorites   0 Comments

Color spaces of #4659ca

RGB 7089202
HSL0.640.550.53
HSV231°65°79°
CMYK 0.650.560.00   0.21
XYZ16.758812.711157.4473
Yxy12.71110.19280.1462
Hunter Lab35.652621.5132-70.5775
CIE-Lab42.324728.9748-61.0496

#4659ca color RGB value is (70,89,202).

#4659ca hex color red value is 70, green value is 89 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #4659ca hue: 0.64 , saturation: 0.55 and the lightness value of 4659ca is 0.53.

The process color (four color CMYK) of #4659ca color hex is 0.65, 0.56, 0.00, 0.21. Web safe color of #4659ca is #3366cc. Color #4659ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01011001 11001010
Octal 106 131 312
Decimal 70 89 202
Hex 46 59 CA

RGB Percentages of Color #4659ca

%19.39
%24.65
%55.96

CMYK Percentages of Color #4659ca

%65
%56
%0
%21

Triadic Colors of #4659ca

#4659ca #ca4659 #59ca46

Analogous Colors of #4659ca

#4659ca #7546ca #469bca

Monochromatic Colors of #4659ca

#4659ca

Complementary Color

#4659ca #cab746

#4659ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4659ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#4659ca Color CSS Codes

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

#4659ca Text Font Color

<p style="color:#4659ca">Text here</p>

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


#4659ca Background Color

<div style="background-color:#4659ca">
Div content here</div>

This div background color is #4659ca


#4659ca Border Color

<div style="border:3px solid #4659ca">
Div here</div>

This div border color is #4659ca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,89,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4659ca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4659ca;
  -webkit-box-shadow: 1px 1px 3px 2px #4659ca;
  box-shadow:         1px 1px 3px 2px #4659ca; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4659ca


Comments

No comments written yet.

Please login to write comment.