#4E6097

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

Shades of Mariner #4E6097

Tints of Mariner #4E6097

Color information

#4E6097 (or 0x4E6097) is unknown color: approx Mariner. HEX triplet: 4E, 60 and 97. RGB value is (78,96,151). Sum of RGB (Red+Green+Blue) = 78+96+151=325 (43% of max value = 765). Red value is 78 (30.86% from 255 or 24% from 325); Green value is 96 (37.89% from 255 or 29.54% from 325); Blue value is 151 (59.38% from 255 or 46.46% from 325); Max value from RGB is 151 - color contains mainly: blue. Hex color #4E6097 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E6097 is #B19F68. Grayscale: #606060. Windows color (decimal): -11640681 or 9920590. OLE color: 9920590.

HSL color Cylindrical-coordinate representation of color #4E6097: hue angle of 225.21º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4E6097 is Cyan = 0.48, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB7896151-
CMYK0.480.3600.41
HSL225.21º31.88%44.9%-
HSV(B)225.21º48.34%59.22%-
XYZ12.9112.2230.96-
YUV96.89158.54114.53-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 24%
GREEN value IS 96 (37.89% from 255) = 29.54%
BLUE value IS 151 (59.38% from 255) = 46.46%
R=24%
G=29.54%
B=46.46%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal78961510.480.3600.41225.2131.8844.9
Hex4E60973024029e1202d
Octal11614022760440513414055
Binary1001110110000010010111110000100100010100111100001100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E6097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,96,151); }

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

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

 a { background-color: rgb(78,96,151); }

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

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

 span { border-color: rgb(78,96,151); }

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