Html Css Color HEX #4E60A4 Mariner

📋 copy color: '#4E60A4'

red 78 ◦ green 96 ◦ blue 164

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

Shades of Mariner #4E60A4

Tints of Mariner #4E60A4

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.4%

 BLUE value IS 164 (64.45% from 255) = 48.52%

R = 23.08%
G = 28.4%
B = 48.52%

CMYK

 C value IS 0.52

 M value IS 0.41

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#4E60A4 (or 0x4E60A4) is known color: Mariner. HEX triplet: 4E, 60 and A4. RGB value is (78,96,164). Sum of RGB (Red+Green+Blue) = 78+96+164=338 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.08% from 338); Green value is 96 (37.89% from 255 or 28.40% from 338); Blue value is 164 (64.45% from 255 or 48.52% from 338); Max value from RGB is 164 - color contains mainly: blue. Hex color #4E60A4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E60A4 is #B19F5B. Grayscale: #626262. Windows color (decimal): -11640668 or 10772558. OLE color: 10772558.

HSL color Cylindrical-coordinate representation of color #4E60A4: hue angle of 227.44º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4E60A4 is Cyan = 0.52, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 78 96 164 -
CMYK 0.52 0.41 0 0.36
HSL 227.44º 0.36% 0.47% -
HSV(B) 227.44º 0.52% 0.64% -
XYZ 14.03 12.67 36.83 -
YUV 98.37 165.04 113.47 -
System Red Green Blue C M Y K H S L
Decimal 78 96 164 0.52 0.41 0 0.36 227.44 0.36 0.47
Hex 4E 60 A4 34 29 0 24 E3 24 2F
Octal 116 140 244 64 51 0 44 343 44 57
Binary 1001110 1100000 10100100 110100 101001 0 100100 11100011 100100 101111

Color Harmonies of #4E60A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E60A4

Black with #4E60A4

Text Example


Text Example

White with #4E60A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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