#4C529C

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

Shades of Governor Bay #4C529C

Tints of Governor Bay #4C529C

Color information

#4C529C (or 0x4C529C) is unknown color: approx Governor Bay. HEX triplet: 4C, 52 and 9C. RGB value is (76,82,156). Sum of RGB (Red+Green+Blue) = 76+82+156=314 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.20% from 314); Green value is 82 (32.42% from 255 or 26.11% from 314); Blue value is 156 (61.33% from 255 or 49.68% from 314); Max value from RGB is 156 - color contains mainly: blue. Hex color #4C529C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C529C is #B3AD63. Grayscale: #585858. Windows color (decimal): -11775332 or 10244684. OLE color: 10244684.

HSL color Cylindrical-coordinate representation of color #4C529C: hue angle of 235.5º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4C529C is Cyan = 0.51, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB7682156-
CMYK0.510.4700.39
HSL235.5º34.48%45.49%-
HSV(B)235.5º51.28%61.18%-
XYZ129.9732.74-
YUV88.64166.01118.98-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 24.20%
GREEN value IS 82 (32.42% from 255) = 26.11%
BLUE value IS 156 (61.33% from 255) = 49.68%
R=24.20%
G=26.11%
B=49.68%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal76821560.510.4700.39235.534.4845.49
Hex4C529C332F027ec222d
Octal11412223463570473544255
Binary1001100101001010011100110011101111010011111101100100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C529C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4C529C; }

 p { color: rgb(76,82,156); }

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

<style>
 a { background-color: #4C529C; }

 a { background-color: rgb(76,82,156); }

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

<style>
 span { border-color: #4C529C; }

 span { border-color: rgb(76,82,156); }

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