#4C619F

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

Shades of Mariner #4C619F

Tints of Mariner #4C619F

Color information

#4C619F (or 0x4C619F) is unknown color: approx Mariner. HEX triplet: 4C, 61 and 9F. RGB value is (76,97,159). Sum of RGB (Red+Green+Blue) = 76+97+159=332 (43% of max value = 765). Red value is 76 (30.08% from 255 or 22.89% from 332); Green value is 97 (38.28% from 255 or 29.22% from 332); Blue value is 159 (62.5% from 255 or 47.89% from 332); Max value from RGB is 159 - color contains mainly: blue. Hex color #4C619F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C619F is #B39E60. Grayscale: #616161. Windows color (decimal): -11771489 or 10445132. OLE color: 10445132.

HSL color Cylindrical-coordinate representation of color #4C619F: hue angle of 224.82º 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 #4C619F is Cyan = 0.52, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7697159-
CMYK0.520.3900.38
HSL224.82º35.32%46.08%-
HSV(B)224.82º52.2%62.35%-
XYZ13.5112.5934.52-
YUV97.79162.54112.46-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 22.89%
GREEN value IS 97 (38.28% from 255) = 29.22%
BLUE value IS 159 (62.5% from 255) = 47.89%
R=22.89%
G=29.22%
B=47.89%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal76971590.520.3900.38224.8235.3246.08
Hex4C619F3427026e1232e
Octal11414123764470463414356
Binary1001100110000110011111110100100111010011011100001100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C619F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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