#4D529C

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

Shades of Governor Bay #4D529C

Tints of Governor Bay #4D529C

Color information

#4D529C (or 0x4D529C) is unknown color: approx Governor Bay. HEX triplet: 4D, 52 and 9C. RGB value is (77,82,156). Sum of RGB (Red+Green+Blue) = 77+82+156=315 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.44% from 315); Green value is 82 (32.42% from 255 or 26.03% from 315); Blue value is 156 (61.33% from 255 or 49.52% from 315); Max value from RGB is 156 - color contains mainly: blue. Hex color #4D529C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D529C is #B2AD63. Grayscale: #585858. Windows color (decimal): -11709796 or 10244685. OLE color: 10244685.

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

Color convert

RGB7782156-
CMYK0.510.4700.39
HSL236.2º33.91%45.69%-
HSV(B)236.2º50.64%61.18%-
XYZ12.0810.0132.75-
YUV88.94165.84119.48-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 24.44%
GREEN value IS 82 (32.42% from 255) = 26.03%
BLUE value IS 156 (61.33% from 255) = 49.52%
R=24.44%
G=26.03%
B=49.52%

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
Decimal77821560.510.4700.39236.233.9145.69
Hex4D529C332F027ec222e
Octal11512223463570473544256
Binary1001101101001010011100110011101111010011111101100100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D529C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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