#4D5283

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

Shades of Governor Bay #4D5283

Tints of Governor Bay #4D5283

Color information

#4D5283 (or 0x4D5283) is unknown color: approx Governor Bay. HEX triplet: 4D, 52 and 83. RGB value is (77,82,131). Sum of RGB (Red+Green+Blue) = 77+82+131=290 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.55% from 290); Green value is 82 (32.42% from 255 or 28.28% from 290); Blue value is 131 (51.56% from 255 or 45.17% from 290); Max value from RGB is 131 - color contains mainly: blue. Hex color #4D5283 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D5283 is #B2AD7C. Grayscale: #555555. Windows color (decimal): -11709821 or 8606285. OLE color: 8606285.

HSL color Cylindrical-coordinate representation of color #4D5283: hue angle of 234.44º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4D5283 is Cyan = 0.41, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB7782131-
CMYK0.410.3700.49
HSL234.44º25.96%40.78%-
HSV(B)234.44º41.22%51.37%-
XYZ10.179.2522.72-
YUV86.09153.34121.52-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 26.55%
GREEN value IS 82 (32.42% from 255) = 28.28%
BLUE value IS 131 (51.56% from 255) = 45.17%
R=26.55%
G=28.28%
B=45.17%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal77821310.410.3700.49234.4425.9640.78
Hex4D52832925031ea1a29
Octal11512220351450613523251
Binary100110110100101000001110100110010101100011110101011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D5283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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