Html Css Color HEX #4E64AA Mariner

📋 copy color: '#4E64AA'

red 78 ◦ green 100 ◦ blue 170

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

Shades of Mariner #4E64AA

Tints of Mariner #4E64AA

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.74%

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

R = 22.41%
G = 28.74%
B = 48.85%

CMYK

 C value IS 0.54

 M value IS 0.41

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4E64AA (or 0x4E64AA) is known color: Mariner. HEX triplet: 4E, 64 and AA. RGB value is (78,100,170). Sum of RGB (Red+Green+Blue) = 78+100+170=348 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.41% from 348); Green value is 100 (39.45% from 255 or 28.74% from 348); Blue value is 170 (66.80% from 255 or 48.85% from 348); Max value from RGB is 170 - color contains mainly: blue. Hex color #4E64AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E64AA is #B19B55. Grayscale: #656565. Windows color (decimal): -11639638 or 11166798. OLE color: 11166798.

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

Color convert

RGB 78 100 170 -
CMYK 0.54 0.41 0 0.33
HSL 225.65º 0.37% 0.49% -
HSV(B) 225.65º 0.54% 0.67% -
XYZ 14.95 13.64 39.87 -
YUV 101.4 166.71 111.31 -
System Red Green Blue C M Y K H S L
Decimal 78 100 170 0.54 0.41 0 0.33 225.65 0.37 0.49
Hex 4E 64 AA 36 29 0 21 E2 25 31
Octal 116 144 252 66 51 0 41 342 45 61
Binary 1001110 1100100 10101010 110110 101001 0 100001 11100010 100101 110001

Color Harmonies of #4E64AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E64AA

Black with #4E64AA

Text Example


Text Example

White with #4E64AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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