#474E9D

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

Shades of Governor Bay #474E9D

Tints of Governor Bay #474E9D

Color information

#474E9D (or 0x474E9D) is unknown color: approx Governor Bay. HEX triplet: 47, 4E and 9D. RGB value is (71,78,157). Sum of RGB (Red+Green+Blue) = 71+78+157=306 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.20% from 306); Green value is 78 (30.86% from 255 or 25.49% from 306); Blue value is 157 (61.72% from 255 or 51.31% from 306); Max value from RGB is 157 - color contains mainly: blue. Hex color #474E9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #474E9D is #B8B162. Grayscale: #545454. Windows color (decimal): -12104035 or 10309191. OLE color: 10309191.

HSL color Cylindrical-coordinate representation of color #474E9D: hue angle of 235.12º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #474E9D is Cyan = 0.55, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7178157-
CMYK0.550.5000.38
HSL235.12º37.72%44.71%-
HSV(B)235.12º54.78%61.57%-
XYZ11.419.2233.08-
YUV84.91168.68118.08-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.20%
GREEN value IS 78 (30.86% from 255) = 25.49%
BLUE value IS 157 (61.72% from 255) = 51.31%
R=23.20%
G=25.49%
B=51.31%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal71781570.550.5000.38235.1237.7244.71
Hex474E9D3732026eb262d
Octal10711623567620463534655
Binary1000111100111010011101110111110010010011011101011100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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