#4D508C

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

Shades of Governor Bay #4D508C

Tints of Governor Bay #4D508C

Color information

#4D508C (or 0x4D508C) is unknown color: approx Governor Bay. HEX triplet: 4D, 50 and 8C. RGB value is (77,80,140). Sum of RGB (Red+Green+Blue) = 77+80+140=297 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.93% from 297); Green value is 80 (31.64% from 255 or 26.94% from 297); Blue value is 140 (55.08% from 255 or 47.14% from 297); Max value from RGB is 140 - color contains mainly: blue. Hex color #4D508C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D508C is #B2AF73. Grayscale: #555555. Windows color (decimal): -11710324 or 9195597. OLE color: 9195597.

HSL color Cylindrical-coordinate representation of color #4D508C: hue angle of 237.14º degrees, saturation: 0.29, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4D508C is Cyan = 0.45, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7780140-
CMYK0.450.4300.45
HSL237.14º29.03%42.55%-
HSV(B)237.14º45%54.9%-
XYZ10.669.2126.03-
YUV85.94158.51121.62-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 25.93%
GREEN value IS 80 (31.64% from 255) = 26.94%
BLUE value IS 140 (55.08% from 255) = 47.14%
R=25.93%
G=26.94%
B=47.14%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal77801400.450.4300.45237.1429.0342.55
Hex4D508C2D2B02Ded1d2b
Octal11512021455530553553553
Binary100110110100001000110010110110101101011011110110111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D508C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,80,140); }

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

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

 a { background-color: rgb(77,80,140); }

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

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

 span { border-color: rgb(77,80,140); }

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