#4D5388

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

Shades of Governor Bay #4D5388

Tints of Governor Bay #4D5388

Color information

#4D5388 (or 0x4D5388) is unknown color: approx Governor Bay. HEX triplet: 4D, 53 and 88. RGB value is (77,83,136). Sum of RGB (Red+Green+Blue) = 77+83+136=296 (39% of max value = 765). Red value is 77 (30.47% from 255 or 26.01% from 296); Green value is 83 (32.81% from 255 or 28.04% from 296); Blue value is 136 (53.52% from 255 or 45.95% from 296); Max value from RGB is 136 - color contains mainly: blue. Hex color #4D5388 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D5388 is #B2AC77. Grayscale: #575757. Windows color (decimal): -11709560 or 8934221. OLE color: 8934221.

HSL color Cylindrical-coordinate representation of color #4D5388: hue angle of 233.9º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4D5388 is Cyan = 0.43, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB7783136-
CMYK0.430.3900.47
HSL233.9º27.7%41.76%-
HSV(B)233.9º43.38%53.33%-
XYZ10.69.5424.58-
YUV87.25155.51120.69-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 26.01%
GREEN value IS 83 (32.81% from 255) = 28.04%
BLUE value IS 136 (53.52% from 255) = 45.95%
R=26.01%
G=28.04%
B=45.95%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal77831360.430.3900.47233.927.741.76
Hex4D53882B2702Fea1c2a
Octal11512321053470573523452
Binary100110110100111000100010101110011101011111110101011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D5388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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