#474F9B

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

Shades of Governor Bay #474F9B

Tints of Governor Bay #474F9B

Color information

#474F9B (or 0x474F9B) is unknown color: approx Governor Bay. HEX triplet: 47, 4F and 9B. RGB value is (71,79,155). Sum of RGB (Red+Green+Blue) = 71+79+155=305 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.28% from 305); Green value is 79 (31.25% from 255 or 25.90% from 305); Blue value is 155 (60.94% from 255 or 50.82% from 305); Max value from RGB is 155 - color contains mainly: blue. Hex color #474F9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #474F9B is #B8B064. Grayscale: #545454. Windows color (decimal): -12103781 or 10178375. OLE color: 10178375.

HSL color Cylindrical-coordinate representation of color #474F9B: hue angle of 234.29º 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 #474F9B is Cyan = 0.54, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB7179155-
CMYK0.540.4900.39
HSL234.29º37.17%44.31%-
HSV(B)234.29º54.19%60.78%-
XYZ11.319.332.21-
YUV85.27167.35117.82-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.28%
GREEN value IS 79 (31.25% from 255) = 25.90%
BLUE value IS 155 (60.94% from 255) = 50.82%
R=23.28%
G=25.90%
B=50.82%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal71791550.540.4900.39234.2937.1744.31
Hex474F9B3631027ea252c
Octal10711723366610473524554
Binary1000111100111110011011110110110001010011111101010100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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