#4D559E

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

Shades of Governor Bay #4D559E

Tints of Governor Bay #4D559E

Color information

#4D559E (or 0x4D559E) is unknown color: approx Governor Bay. HEX triplet: 4D, 55 and 9E. RGB value is (77,85,158). Sum of RGB (Red+Green+Blue) = 77+85+158=320 (42% of max value = 765). Red value is 77 (30.47% from 255 or 24.06% from 320); Green value is 85 (33.59% from 255 or 26.56% from 320); Blue value is 158 (62.11% from 255 or 49.38% from 320); Max value from RGB is 158 - color contains mainly: blue. Hex color #4D559E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D559E is #B2AA61. Grayscale: #5A5A5A. Windows color (decimal): -11709026 or 10376525. OLE color: 10376525.

HSL color Cylindrical-coordinate representation of color #4D559E: hue angle of 234.07º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4D559E is Cyan = 0.51, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7785158-
CMYK0.510.4600.38
HSL234.07º34.47%46.08%-
HSV(B)234.07º51.27%61.96%-
XYZ12.4810.5433.73-
YUV90.93165.85118.06-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 24.06%
GREEN value IS 85 (33.59% from 255) = 26.56%
BLUE value IS 158 (62.11% from 255) = 49.38%
R=24.06%
G=26.56%
B=49.38%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal77851580.510.4600.38234.0734.4746.08
Hex4D559E332E026ea222e
Octal11512523663560463524256
Binary1001101101010110011110110011101110010011011101010100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D559E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,85,158); }

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

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

 a { background-color: rgb(77,85,158); }

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

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

 span { border-color: rgb(77,85,158); }

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