#474D9B

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

Shades of Governor Bay #474D9B

Tints of Governor Bay #474D9B

Color information

#474D9B (or 0x474D9B) is unknown color: approx Governor Bay. HEX triplet: 47, 4D and 9B. RGB value is (71,77,155). Sum of RGB (Red+Green+Blue) = 71+77+155=303 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.43% from 303); Green value is 77 (30.47% from 255 or 25.41% from 303); Blue value is 155 (60.94% from 255 or 51.16% from 303); Max value from RGB is 155 - color contains mainly: blue. Hex color #474D9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #474D9B is #B8B264. Grayscale: #535353. Windows color (decimal): -12104293 or 10177863. OLE color: 10177863.

HSL color Cylindrical-coordinate representation of color #474D9B: hue angle of 235.71º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #474D9B is Cyan = 0.54, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB7177155-
CMYK0.540.5000.39
HSL235.71º37.17%44.31%-
HSV(B)235.71º54.19%60.78%-
XYZ11.179.0132.16-
YUV84.1168.01118.66-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.43%
GREEN value IS 77 (30.47% from 255) = 25.41%
BLUE value IS 155 (60.94% from 255) = 51.16%
R=23.43%
G=25.41%
B=51.16%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal71771550.540.5000.39235.7137.1744.31
Hex474D9B3632027ec252c
Octal10711523366620473544554
Binary1000111100110110011011110110110010010011111101100100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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