#4D539C

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

Shades of Governor Bay #4D539C

Tints of Governor Bay #4D539C

Color information

#4D539C (or 0x4D539C) is unknown color: approx Governor Bay. HEX triplet: 4D, 53 and 9C. RGB value is (77,83,156). Sum of RGB (Red+Green+Blue) = 77+83+156=316 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.37% from 316); Green value is 83 (32.81% from 255 or 26.27% from 316); Blue value is 156 (61.33% from 255 or 49.37% from 316); Max value from RGB is 156 - color contains mainly: blue. Hex color #4D539C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D539C is #B2AC63. Grayscale: #595959. Windows color (decimal): -11709540 or 10244941. OLE color: 10244941.

HSL color Cylindrical-coordinate representation of color #4D539C: hue angle of 235.44º 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 #4D539C is Cyan = 0.51, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB7783156-
CMYK0.510.4700.39
HSL235.44º33.91%45.69%-
HSV(B)235.44º50.64%61.18%-
XYZ12.1510.1632.77-
YUV89.53165.51119.06-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 24.37%
GREEN value IS 83 (32.81% from 255) = 26.27%
BLUE value IS 156 (61.33% from 255) = 49.37%
R=24.37%
G=26.27%
B=49.37%

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
Decimal77831560.510.4700.39235.4433.9145.69
Hex4D539C332F027eb222e
Octal11512323463570473534256
Binary1001101101001110011100110011101111010011111101011100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D539C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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