#474DA8

Color #474DA8 Governor Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Governor Bay #474DA8

Tints of Governor Bay #474DA8

Color information

#474DA8 (or 0x474DA8) is unknown color: approx Governor Bay. HEX triplet: 47, 4D and A8. RGB value is (71,77,168). Sum of RGB (Red+Green+Blue) = 71+77+168=316 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.47% from 316); Green value is 77 (30.47% from 255 or 24.37% from 316); Blue value is 168 (66.02% from 255 or 53.16% from 316); Max value from RGB is 168 - color contains mainly: blue. Hex color #474DA8 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #474DA8 is #B8B257. Grayscale: #555555. Windows color (decimal): -12104280 or 11029831. OLE color: 11029831.

HSL color Cylindrical-coordinate representation of color #474DA8: hue angle of 236.29º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #474DA8 is Cyan = 0.58, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB7177168-
CMYK0.580.5400.34
HSL236.29º40.59%46.86%-
HSV(B)236.29º57.74%65.88%-
XYZ12.329.4738.23-
YUV85.58174.51117.6-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 71 (28.12% from 255) = 22.47%
GREEN value IS 77 (30.47% from 255) = 24.37%
BLUE value IS 168 (66.02% from 255) = 53.16%
R=22.47%
G=24.37%
B=53.16%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal71771680.580.5400.34236.2940.5946.86
Hex474DA83A36022ec292f
Octal10711525072660423545157
Binary1000111100110110101000111010110110010001011101100101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474DA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474DA8; }

 p { color: rgb(71,77,168); }

 H1.HeaderClassName
 {
   color: #474DA8;
 }
 .AnyTagClassName
 {
   color: #474DA8;
 }
</style>
background-color css

<style>
 a { background-color: #474DA8; }

 a { background-color: rgb(71,77,168); }

 div.DivClassName
 {
   background-color: #474DA8;
 }
 .BgClassName
 {
   background-color: #474DA8;
 }
</style>
border-color css

<style>
 span { border-color: #474DA8; }

 span { border-color: rgb(71,77,168); }

 td.TdClassName
 {
   border-color: #474DA8;
 }
 .TagClassName
 {
   border-color: #474DA8;
 }
</style>