#4D518B

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

Shades of Governor Bay #4D518B

Tints of Governor Bay #4D518B

Color information

#4D518B (or 0x4D518B) is unknown color: approx Governor Bay. HEX triplet: 4D, 51 and 8B. RGB value is (77,81,139). Sum of RGB (Red+Green+Blue) = 77+81+139=297 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.93% from 297); Green value is 81 (32.03% from 255 or 27.27% from 297); Blue value is 139 (54.69% from 255 or 46.80% from 297); Max value from RGB is 139 - color contains mainly: blue. Hex color #4D518B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D518B is #B2AE74. Grayscale: #565656. Windows color (decimal): -11710069 or 9130317. OLE color: 9130317.

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

Color convert

RGB7781139-
CMYK0.450.4200.45
HSL236.13º28.7%42.35%-
HSV(B)236.13º44.6%54.51%-
XYZ10.669.3325.66-
YUV86.42157.67121.28-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 25.93%
GREEN value IS 81 (32.03% from 255) = 27.27%
BLUE value IS 139 (54.69% from 255) = 46.80%
R=25.93%
G=27.27%
B=46.80%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal77811390.450.4200.45236.1328.742.35
Hex4D518B2D2A02Dec1d2a
Octal11512121355520553543552
Binary100110110100011000101110110110101001011011110110011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D518B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,81,139); }

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

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

 a { background-color: rgb(77,81,139); }

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

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

 span { border-color: rgb(77,81,139); }

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