#4D6099

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

Shades of Mariner #4D6099

Tints of Mariner #4D6099

Color information

#4D6099 (or 0x4D6099) is unknown color: approx Mariner. HEX triplet: 4D, 60 and 99. RGB value is (77,96,153). Sum of RGB (Red+Green+Blue) = 77+96+153=326 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.62% from 326); Green value is 96 (37.89% from 255 or 29.45% from 326); Blue value is 153 (60.16% from 255 or 46.93% from 326); Max value from RGB is 153 - color contains mainly: blue. Hex color #4D6099 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D6099 is #B29F66. Grayscale: #606060. Windows color (decimal): -11706215 or 10051661. OLE color: 10051661.

HSL color Cylindrical-coordinate representation of color #4D6099: hue angle of 225º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4D6099 is Cyan = 0.50, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB7796153-
CMYK0.500.3700.4
HSL225º33.04%45.1%-
HSV(B)225º49.67%60%-
XYZ12.9912.2431.82-
YUV96.82159.71113.87-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 23.62%
GREEN value IS 96 (37.89% from 255) = 29.45%
BLUE value IS 153 (60.16% from 255) = 46.93%
R=23.62%
G=29.45%
B=46.93%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal77961530.500.3700.422533.0445.1
Hex4D60993225028e1212d
Octal11514023162450503414155
Binary1001101110000010011001110010100101010100011100001100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D6099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,96,153); }

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

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

 a { background-color: rgb(77,96,153); }

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

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

 span { border-color: rgb(77,96,153); }

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