#474CA2

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

Shades of Governor Bay #474CA2

Tints of Governor Bay #474CA2

Color information

#474CA2 (or 0x474CA2) is unknown color: approx Governor Bay. HEX triplet: 47, 4C and A2. RGB value is (71,76,162). Sum of RGB (Red+Green+Blue) = 71+76+162=309 (40% of max value = 765). Red value is 71 (28.12% from 255 or 22.98% from 309); Green value is 76 (30.08% from 255 or 24.60% from 309); Blue value is 162 (63.67% from 255 or 52.43% from 309); Max value from RGB is 162 - color contains mainly: blue. Hex color #474CA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474CA2 is #B8B35D. Grayscale: #535353. Windows color (decimal): -12104542 or 10636359. OLE color: 10636359.

HSL color Cylindrical-coordinate representation of color #474CA2: hue angle of 236.7º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #474CA2 is Cyan = 0.56, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB7176162-
CMYK0.560.5300.36
HSL236.7º39.06%45.69%-
HSV(B)236.7º56.17%63.53%-
XYZ11.79.1235.33-
YUV84.31171.84118.51-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.98%
GREEN value IS 76 (30.08% from 255) = 24.60%
BLUE value IS 162 (63.67% from 255) = 52.43%
R=22.98%
G=24.60%
B=52.43%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal71761620.560.5300.36236.739.0645.69
Hex474CA23835024ed272e
Octal10711424270650443554756
Binary1000111100110010100010111000110101010010011101101100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474CA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,76,162); }

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

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

 a { background-color: rgb(71,76,162); }

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

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

 span { border-color: rgb(71,76,162); }

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