#474B9B

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

Shades of Governor Bay #474B9B

Tints of Governor Bay #474B9B

Color information

#474B9B (or 0x474B9B) is unknown color: approx Governor Bay. HEX triplet: 47, 4B and 9B. RGB value is (71,75,155). Sum of RGB (Red+Green+Blue) = 71+75+155=301 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.59% from 301); Green value is 75 (29.69% from 255 or 24.92% from 301); Blue value is 155 (60.94% from 255 or 51.50% from 301); Max value from RGB is 155 - color contains mainly: blue. Hex color #474B9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474B9B is #B8B464. Grayscale: #525252. Windows color (decimal): -12104805 or 10177351. OLE color: 10177351.

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

Color convert

RGB7175155-
CMYK0.540.5200.39
HSL237.14º37.17%44.31%-
HSV(B)237.14º54.19%60.78%-
XYZ11.038.7432.12-
YUV82.92168.67119.5-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.59%
GREEN value IS 75 (29.69% from 255) = 24.92%
BLUE value IS 155 (60.94% from 255) = 51.50%
R=23.59%
G=24.92%
B=51.50%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal71751550.540.5200.39237.1437.1744.31
Hex474B9B3634027ed252c
Octal10711323366640473554554
Binary1000111100101110011011110110110100010011111101101100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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