Color Hex Logo

#4676ca Color Hex

#4676CA
(70,118,202)
0 Favorites   0 Comments

Color spaces of #4676ca

RGB 70118202
HSL0.610.550.53
HSV218°65°79°
CMYK 0.650.420.00   0.21
XYZ19.664918.523258.4160
Yxy18.52320.20360.1917
Hunter Lab43.03866.2415-50.3469
CIE-Lab50.124610.7048-48.5047

#4676ca color RGB value is (70,118,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01110110 11001010
Octal 106 166 312
Decimal 70 118 202
Hex 46 76 CA

RGB Percentages of Color #4676ca

%17.95
%30.26
%51.79

CMYK Percentages of Color #4676ca

%65
%42
%0
%21

Triadic Colors of #4676ca

#4676ca #ca4676 #76ca46

Analogous Colors of #4676ca

#4676ca #5846ca #46b8ca

Monochromatic Colors of #4676ca

#4676ca

Complementary Color

#4676ca #ca9a46

#4676ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4676ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#4676ca Color CSS Codes

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

#4676ca Text Font Color

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

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


#4676ca Background Color

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

This div background color is #4676ca


#4676ca Border Color

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

This div border color is #4676ca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(70,118,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 #4676ca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4676ca


Comments

No comments written yet.

Please login to write comment.