#474D8E

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

Shades of Governor Bay #474D8E

Tints of Governor Bay #474D8E

Color information

#474D8E (or 0x474D8E) is unknown color: approx Governor Bay. HEX triplet: 47, 4D and 8E. RGB value is (71,77,142). Sum of RGB (Red+Green+Blue) = 71+77+142=290 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.48% from 290); Green value is 77 (30.47% from 255 or 26.55% from 290); Blue value is 142 (55.86% from 255 or 48.97% from 290); Max value from RGB is 142 - color contains mainly: blue. Hex color #474D8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #474D8E is #B8B271. Grayscale: #525252. Windows color (decimal): -12104306 or 9325895. OLE color: 9325895.

HSL color Cylindrical-coordinate representation of color #474D8E: hue angle of 234.93º degrees, saturation: 0.33, 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 #474D8E is Cyan = 0.5, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB7177142-
CMYK0.50.4600.44
HSL234.93º33.33%41.76%-
HSV(B)234.93º50%55.69%-
XYZ10.138.626.72-
YUV82.62161.51119.71-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.48%
GREEN value IS 77 (30.47% from 255) = 26.55%
BLUE value IS 142 (55.86% from 255) = 48.97%
R=24.48%
G=26.55%
B=48.97%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal71771420.50.4600.44234.9333.3341.76
Hex474D8E322E02Ceb212a
Octal10711521662560543534152
Binary1000111100110110001110110010101110010110011101011100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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