Html Css Color HEX #4E61AA Mariner

📋 copy color: '#4E61AA'

red 78 ◦ green 97 ◦ blue 170

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

Shades of Mariner #4E61AA

Tints of Mariner #4E61AA

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.12%

 BLUE value IS 170 (66.8% from 255) = 49.28%

R = 22.61%
G = 28.12%
B = 49.28%

CMYK

 C value IS 0.54

 M value IS 0.43

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4E61AA (or 0x4E61AA) is known color: Mariner. HEX triplet: 4E, 61 and AA. RGB value is (78,97,170). Sum of RGB (Red+Green+Blue) = 78+97+170=345 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.61% from 345); Green value is 97 (38.28% from 255 or 28.12% from 345); Blue value is 170 (66.80% from 255 or 49.28% from 345); Max value from RGB is 170 - color contains mainly: blue. Hex color #4E61AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E61AA is #B19E55. Grayscale: #636363. Windows color (decimal): -11640406 or 11166030. OLE color: 11166030.

HSL color Cylindrical-coordinate representation of color #4E61AA: hue angle of 227.61º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4E61AA is Cyan = 0.54, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 78 97 170 -
CMYK 0.54 0.43 0 0.33
HSL 227.61º 0.37% 0.49% -
HSV(B) 227.61º 0.54% 0.67% -
XYZ 14.67 13.07 39.78 -
YUV 99.64 167.71 112.56 -
System Red Green Blue C M Y K H S L
Decimal 78 97 170 0.54 0.43 0 0.33 227.61 0.37 0.49
Hex 4E 61 AA 36 2B 0 21 E4 25 31
Octal 116 141 252 66 53 0 41 344 45 61
Binary 1001110 1100001 10101010 110110 101011 0 100001 11100100 100101 110001

Color Harmonies of #4E61AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E61AA

Black with #4E61AA

Text Example


Text Example

White with #4E61AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,97,170); }

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

background-color css

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

 a { background-color: rgb(78,97,170); }

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

border-color css

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

 span { border-color: rgb(78,97,170); }

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