#4C6099

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

Shades of Mariner #4C6099

Tints of Mariner #4C6099

Color information

#4C6099 (or 0x4C6099) is unknown color: approx Mariner. HEX triplet: 4C, 60 and 99. RGB value is (76,96,153). Sum of RGB (Red+Green+Blue) = 76+96+153=325 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.38% from 325); Green value is 96 (37.89% from 255 or 29.54% from 325); Blue value is 153 (60.16% from 255 or 47.08% from 325); Max value from RGB is 153 - color contains mainly: blue. Hex color #4C6099 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C6099 is #B39F66. Grayscale: #606060. Windows color (decimal): -11771751 or 10051660. OLE color: 10051660.

HSL color Cylindrical-coordinate representation of color #4C6099: hue angle of 224.42º degrees, saturation: 0.34, 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 #4C6099 is Cyan = 0.50, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB7696153-
CMYK0.500.3700.4
HSL224.42º33.62%44.9%-
HSV(B)224.42º50.33%60%-
XYZ12.9112.231.81-
YUV96.52159.87113.37-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 23.38%
GREEN value IS 96 (37.89% from 255) = 29.54%
BLUE value IS 153 (60.16% from 255) = 47.08%
R=23.38%
G=29.54%
B=47.08%

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
Decimal76961530.500.3700.4224.4233.6244.9
Hex4C60993225028e0222d
Octal11414023162450503404255
Binary1001100110000010011001110010100101010100011100000100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C6099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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