Html Css Color HEX #4E70AA San Marino

📋 copy color: '#4E70AA'

red 78 ◦ green 112 ◦ blue 170

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

Shades of San Marino #4E70AA

Tints of San Marino #4E70AA

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.11%

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

R = 21.67%
G = 31.11%
B = 47.22%

CMYK

 C value IS 0.54

 M value IS 0.34

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4E70AA (or 0x4E70AA) is known color: San Marino. HEX triplet: 4E, 70 and AA. RGB value is (78,112,170). Sum of RGB (Red+Green+Blue) = 78+112+170=360 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.67% from 360); Green value is 112 (44.14% from 255 or 31.11% from 360); Blue value is 170 (66.80% from 255 or 47.22% from 360); Max value from RGB is 170 - color contains mainly: blue. Hex color #4E70AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E70AA is #B18F55. Grayscale: #6C6C6C. Windows color (decimal): -11636566 or 11169870. OLE color: 11169870.

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

Color convert

RGB 78 112 170 -
CMYK 0.54 0.34 0 0.33
HSL 217.83º 0.37% 0.49% -
HSV(B) 217.83º 0.54% 0.67% -
XYZ 16.19 16.11 40.29 -
YUV 108.45 162.74 106.28 -
System Red Green Blue C M Y K H S L
Decimal 78 112 170 0.54 0.34 0 0.33 217.83 0.37 0.49
Hex 4E 70 AA 36 22 0 21 DA 25 31
Octal 116 160 252 66 42 0 41 332 45 61
Binary 1001110 1110000 10101010 110110 100010 0 100001 11011010 100101 110001

Color Harmonies of #4E70AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E70AA

Black with #4E70AA

Text Example


Text Example

White with #4E70AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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