#474e8f

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

Shades of Governor Bay #474E8F

Tints of Governor Bay #474E8F

Color information

#474E8F (or 0x474E8F) is unknown color: approx Governor Bay. HEX triplet: 47, 4E and 8F. RGB value is (71,78,143). Sum of RGB (Red+Green+Blue) = 71+78+143=292 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.32% from 292); Green value is 78 (30.86% from 255 or 26.71% from 292); Blue value is 143 (56.25% from 255 or 48.97% from 292); Max value from RGB is 143 - color contains mainly: blue. Hex color #474E8F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #474E8F is #B8B170. Grayscale: #535353. Windows color (decimal): -12104049 or 9391687. OLE color: 9391687.

HSL color Cylindrical-coordinate representation of color #474E8F: hue angle of 234.17º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #474E8F is Cyan = 0.50, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB7178143-
CMYK0.500.4500.44
HSL234.17º33.64%41.96%-
HSV(B)234.17º50.35%56.08%-
XYZ10.288.7727.14-
YUV83.32161.68119.21-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.32%
GREEN value IS 78 (30.86% from 255) = 26.71%
BLUE value IS 143 (56.25% from 255) = 48.97%
R=24.32%
G=26.71%
B=48.97%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal71781430.500.4500.44234.1733.6441.96
Hex474E8F322D02Cea222a
Octal10711621762550543524252
Binary1000111100111010001111110010101101010110011101010100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474e8f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,78,143); }

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

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

 a { background-color: rgb(71,78,143); }

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

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

 span { border-color: rgb(71,78,143); }

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