#4E609B

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

Shades of Mariner #4E609B

Tints of Mariner #4E609B

Color information

#4E609B (or 0x4E609B) is unknown color: approx Mariner. HEX triplet: 4E, 60 and 9B. RGB value is (78,96,155). Sum of RGB (Red+Green+Blue) = 78+96+155=329 (43% of max value = 765). Red value is 78 (30.86% from 255 or 23.71% from 329); Green value is 96 (37.89% from 255 or 29.18% from 329); Blue value is 155 (60.94% from 255 or 47.11% from 329); Max value from RGB is 155 - color contains mainly: blue. Hex color #4E609B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E609B is #B19F64. Grayscale: #616161. Windows color (decimal): -11640677 or 10182734. OLE color: 10182734.

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

Color convert

RGB7896155-
CMYK0.500.3800.39
HSL225.97º33.05%45.69%-
HSV(B)225.97º49.68%60.78%-
XYZ13.2412.3532.7-
YUV97.34160.54114.2-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 23.71%
GREEN value IS 96 (37.89% from 255) = 29.18%
BLUE value IS 155 (60.94% from 255) = 47.11%
R=23.71%
G=29.18%
B=47.11%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal78961550.500.3800.39225.9733.0545.69
Hex4E609B3226027e2212e
Octal11614023362460473424156
Binary1001110110000010011011110010100110010011111100010100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E609B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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