#4D5084

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

Shades of Governor Bay #4D5084

Tints of Governor Bay #4D5084

Color information

#4D5084 (or 0x4D5084) is unknown color: approx Governor Bay. HEX triplet: 4D, 50 and 84. RGB value is (77,80,132). Sum of RGB (Red+Green+Blue) = 77+80+132=289 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.64% from 289); Green value is 80 (31.64% from 255 or 27.68% from 289); Blue value is 132 (51.95% from 255 or 45.67% from 289); Max value from RGB is 132 - color contains mainly: blue. Hex color #4D5084 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D5084 is #B2AF7B. Grayscale: #545454. Windows color (decimal): -11710332 or 8671309. OLE color: 8671309.

HSL color Cylindrical-coordinate representation of color #4D5084: hue angle of 236.73º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4D5084 is Cyan = 0.42, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB7780132-
CMYK0.420.3900.48
HSL236.73º26.32%40.98%-
HSV(B)236.73º41.67%51.76%-
XYZ10.098.9823.03-
YUV85.03154.51122.27-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 26.64%
GREEN value IS 80 (31.64% from 255) = 27.68%
BLUE value IS 132 (51.95% from 255) = 45.67%
R=26.64%
G=27.68%
B=45.67%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal77801320.420.3900.48236.7326.3240.98
Hex4D50842A27030ed1a29
Octal11512020452470603553251
Binary100110110100001000010010101010011101100001110110111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D5084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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