Html Css Color HEX #4E5F92 Mariner

📋 copy color: '#4E5F92'

red 78 ◦ green 95 ◦ blue 146

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

Shades of Mariner #4E5F92

Tints of Mariner #4E5F92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 45.77%

R = 24.45%
G = 29.78%
B = 45.77%

CMYK

 C value IS 0.47

 M value IS 0.35

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#4E5F92 (or 0x4E5F92) is known color: Mariner. HEX triplet: 4E, 5F and 92. RGB value is (78,95,146). Sum of RGB (Red+Green+Blue) = 78+95+146=319 (42% of max value = 765). Red value is 78 (30.86% from 255 or 24.45% from 319); Green value is 95 (37.5% from 255 or 29.78% from 319); Blue value is 146 (57.42% from 255 or 45.77% from 319); Max value from RGB is 146 - color contains mainly: blue. Hex color #4E5F92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E5F92 is #B1A06D. Grayscale: #5F5F5F. Windows color (decimal): -11640942 or 9592654. OLE color: 9592654.

HSL color Cylindrical-coordinate representation of color #4E5F92: hue angle of 225º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4E5F92 is Cyan = 0.47, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 78 95 146 -
CMYK 0.47 0.35 0 0.43
HSL 225º 0.3% 0.44% -
HSV(B) 225º 0.47% 0.57% -
XYZ 12.42 11.88 28.83 -
YUV 95.73 156.37 115.35 -
System Red Green Blue C M Y K H S L
Decimal 78 95 146 0.47 0.35 0 0.43 225 0.3 0.44
Hex 4E 5F 92 2F 23 0 2B E1 1E 2C
Octal 116 137 222 57 43 0 53 341 36 54
Binary 1001110 1011111 10010010 101111 100011 0 101011 11100001 11110 101100

Color Harmonies of #4E5F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E5F92

Black with #4E5F92

Text Example


Text Example

White with #4E5F92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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