#4C629F

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

Shades of Mariner #4C629F

Tints of Mariner #4C629F

Color information

#4C629F (or 0x4C629F) is unknown color: approx Mariner. HEX triplet: 4C, 62 and 9F. RGB value is (76,98,159). Sum of RGB (Red+Green+Blue) = 76+98+159=333 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.82% from 333); Green value is 98 (38.67% from 255 or 29.43% from 333); Blue value is 159 (62.5% from 255 or 47.75% from 333); Max value from RGB is 159 - color contains mainly: blue. Hex color #4C629F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C629F is #B39D60. Grayscale: #626262. Windows color (decimal): -11771233 or 10445388. OLE color: 10445388.

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

Color convert

RGB7698159-
CMYK0.520.3800.38
HSL224.1º35.32%46.08%-
HSV(B)224.1º52.2%62.35%-
XYZ13.6112.7834.55-
YUV98.38162.21112.04-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 22.82%
GREEN value IS 98 (38.67% from 255) = 29.43%
BLUE value IS 159 (62.5% from 255) = 47.75%
R=22.82%
G=29.43%
B=47.75%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal76981590.520.3800.38224.135.3246.08
Hex4C629F3426026e0232e
Octal11414223764460463404356
Binary1001100110001010011111110100100110010011011100000100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C629F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,98,159); }

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

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

 a { background-color: rgb(76,98,159); }

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

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

 span { border-color: rgb(76,98,159); }

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