#474CAC

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

Shades of Governor Bay #474CAC

Tints of Governor Bay #474CAC

Color information

#474CAC (or 0x474CAC) is unknown color: approx Governor Bay. HEX triplet: 47, 4C and AC. RGB value is (71,76,172). Sum of RGB (Red+Green+Blue) = 71+76+172=319 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.26% from 319); Green value is 76 (30.08% from 255 or 23.82% from 319); Blue value is 172 (67.58% from 255 or 53.92% from 319); Max value from RGB is 172 - color contains mainly: blue. Hex color #474CAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474CAC is #B8B353. Grayscale: #555555. Windows color (decimal): -12104532 or 11291719. OLE color: 11291719.

HSL color Cylindrical-coordinate representation of color #474CAC: hue angle of 237.03º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #474CAC is Cyan = 0.59, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB7176172-
CMYK0.590.5600.33
HSL237.03º41.56%47.65%-
HSV(B)237.03º58.72%67.45%-
XYZ12.639.4940.2-
YUV85.45176.84117.69-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.26%
GREEN value IS 76 (30.08% from 255) = 23.82%
BLUE value IS 172 (67.58% from 255) = 53.92%
R=22.26%
G=23.82%
B=53.92%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal71761720.590.5600.33237.0341.5647.65
Hex474CAC3B38021ed2a30
Octal10711425473700413555260
Binary1000111100110010101100111011111000010000111101101101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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