#474C9A

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

Shades of Governor Bay #474C9A

Tints of Governor Bay #474C9A

Color information

#474C9A (or 0x474C9A) is unknown color: approx Governor Bay. HEX triplet: 47, 4C and 9A. RGB value is (71,76,154). Sum of RGB (Red+Green+Blue) = 71+76+154=301 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.59% from 301); Green value is 76 (30.08% from 255 or 25.25% from 301); Blue value is 154 (60.55% from 255 or 51.16% from 301); Max value from RGB is 154 - color contains mainly: blue. Hex color #474C9A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474C9A is #B8B365. Grayscale: #535353. Windows color (decimal): -12104550 or 10112071. OLE color: 10112071.

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

Color convert

RGB7176154-
CMYK0.540.5100.40
HSL236.39º36.89%44.12%-
HSV(B)236.39º53.9%60.39%-
XYZ11.028.8431.7-
YUV83.4167.84119.16-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.59%
GREEN value IS 76 (30.08% from 255) = 25.25%
BLUE value IS 154 (60.55% from 255) = 51.16%
R=23.59%
G=25.25%
B=51.16%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal71761540.540.5100.40236.3936.8944.12
Hex474C9A3633028ec252c
Octal10711423266630503544554
Binary1000111100110010011010110110110011010100011101100100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474C9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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