Html Css Color HEX #4E5F96 Mariner

📋 copy color: '#4E5F96'

red 78 ◦ green 95 ◦ blue 150

#4E5F96
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mariner #4E5F96

Tints of Mariner #4E5F96

RGB

 RED value IS 78 (30.86% from 255) = 24.15%

 GREEN value IS 95 (37.5% from 255) = 29.41%

 BLUE value IS 150 (58.98% from 255) = 46.44%

R = 24.15%
G = 29.41%
B = 46.44%

CMYK

 C value IS 0.48

 M value IS 0.37

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#4E5F96 (or 0x4E5F96) is known color: Mariner. HEX triplet: 4E, 5F and 96. RGB value is (78,95,150). Sum of RGB (Red+Green+Blue) = 78+95+150=323 (42% of max value = 765). Red value is 78 (30.86% from 255 or 24.15% from 323); Green value is 95 (37.5% from 255 or 29.41% from 323); Blue value is 150 (58.98% from 255 or 46.44% from 323); Max value from RGB is 150 - color contains mainly: blue. Hex color #4E5F96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E5F96 is #B1A069. Grayscale: #5F5F5F. Windows color (decimal): -11640938 or 9854798. OLE color: 9854798.

HSL color Cylindrical-coordinate representation of color #4E5F96: hue angle of 225.83º 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 #4E5F96 is Cyan = 0.48, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 78 95 150 -
CMYK 0.48 0.37 0 0.41
HSL 225.83º 0.32% 0.45% -
HSV(B) 225.83º 0.48% 0.59% -
XYZ 12.74 12.01 30.5 -
YUV 96.19 158.37 115.03 -
System Red Green Blue C M Y K H S L
Decimal 78 95 150 0.48 0.37 0 0.41 225.83 0.32 0.45
Hex 4E 5F 96 30 25 0 29 E2 20 2D
Octal 116 137 226 60 45 0 51 342 40 55
Binary 1001110 1011111 10010110 110000 100101 0 101001 11100010 100000 101101

Color Harmonies of #4E5F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E5F96

Black with #4E5F96

Text Example


Text Example

White with #4E5F96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,95,150); }

 H1.HeaderClassName
 {
   color: #4E5F96;
 }
 .AnyTagClassName
 {
   color: #4E5F96;
 }
</style>

background-color css

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

 a { background-color: rgb(78,95,150); }

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

border-color css

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

 span { border-color: rgb(78,95,150); }

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