#4C6199

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

Shades of Mariner #4C6199

Tints of Mariner #4C6199

Color information

#4C6199 (or 0x4C6199) is unknown color: approx Mariner. HEX triplet: 4C, 61 and 99. RGB value is (76,97,153). Sum of RGB (Red+Green+Blue) = 76+97+153=326 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.31% from 326); Green value is 97 (38.28% from 255 or 29.75% 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 #4C6199 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C6199 is #B39E66. Grayscale: #606060. Windows color (decimal): -11771495 or 10051916. OLE color: 10051916.

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

Color convert

RGB7697153-
CMYK0.500.3700.4
HSL223.64º33.62%44.9%-
HSV(B)223.64º50.33%60%-
XYZ1312.3931.84-
YUV97.1159.54112.95-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 23.31%
GREEN value IS 97 (38.28% from 255) = 29.75%
BLUE value IS 153 (60.16% from 255) = 46.93%
R=23.31%
G=29.75%
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
Decimal76971530.500.3700.4223.6433.6244.9
Hex4C61993225028e0222d
Octal11414123162450503404255
Binary1001100110000110011001110010100101010100011100000100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C6199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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