#474B8C

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

Shades of Governor Bay #474B8C

Tints of Governor Bay #474B8C

Color information

#474B8C (or 0x474B8C) is unknown color: approx Governor Bay. HEX triplet: 47, 4B and 8C. RGB value is (71,75,140). Sum of RGB (Red+Green+Blue) = 71+75+140=286 (37% of max value = 765). Red value is 71 (28.12% from 255 or 24.83% from 286); Green value is 75 (29.69% from 255 or 26.22% from 286); Blue value is 140 (55.08% from 255 or 48.95% from 286); Max value from RGB is 140 - color contains mainly: blue. Hex color #474B8C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474B8C is #B8B473. Grayscale: #505050. Windows color (decimal): -12104820 or 9194311. OLE color: 9194311.

HSL color Cylindrical-coordinate representation of color #474B8C: hue angle of 236.52º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #474B8C is Cyan = 0.49, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7175140-
CMYK0.490.4600.45
HSL236.52º32.7%41.37%-
HSV(B)236.52º49.29%54.9%-
XYZ9.858.2725.89-
YUV81.21161.17120.71-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.83%
GREEN value IS 75 (29.69% from 255) = 26.22%
BLUE value IS 140 (55.08% from 255) = 48.95%
R=24.83%
G=26.22%
B=48.95%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal71751400.490.4600.45236.5232.741.37
Hex474B8C312E02Ded2129
Octal10711321461560553554151
Binary1000111100101110001100110001101110010110111101101100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474B8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,75,140); }

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

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

 a { background-color: rgb(71,75,140); }

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

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

 span { border-color: rgb(71,75,140); }

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