#4E619C

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

Shades of Mariner #4E619C

Tints of Mariner #4E619C

Color information

#4E619C (or 0x4E619C) is unknown color: approx Mariner. HEX triplet: 4E, 61 and 9C. RGB value is (78,97,156). Sum of RGB (Red+Green+Blue) = 78+97+156=331 (43% of max value = 765). Red value is 78 (30.86% from 255 or 23.56% from 331); Green value is 97 (38.28% from 255 or 29.31% from 331); Blue value is 156 (61.33% from 255 or 47.13% from 331); Max value from RGB is 156 - color contains mainly: blue. Hex color #4E619C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E619C is #B19E63. Grayscale: #616161. Windows color (decimal): -11640420 or 10248526. OLE color: 10248526.

HSL color Cylindrical-coordinate representation of color #4E619C: hue angle of 225.38º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4E619C is Cyan = 0.5, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB7897156-
CMYK0.50.3800.39
HSL225.38º33.33%45.88%-
HSV(B)225.38º50%61.18%-
XYZ13.4212.5733.17-
YUV98.04160.71113.7-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 23.56%
GREEN value IS 97 (38.28% from 255) = 29.31%
BLUE value IS 156 (61.33% from 255) = 47.13%
R=23.56%
G=29.31%
B=47.13%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal78971560.50.3800.39225.3833.3345.88
Hex4E619C3226027e1212e
Octal11614123462460473414156
Binary1001110110000110011100110010100110010011111100001100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E619C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,97,156); }

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

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

 a { background-color: rgb(78,97,156); }

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

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

 span { border-color: rgb(78,97,156); }

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