Html Css Color HEX #4E7AA0 San Marino

📋 copy color: '#4E7AA0'

red 78 ◦ green 122 ◦ blue 160

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

Shades of San Marino #4E7AA0

Tints of San Marino #4E7AA0

RGB

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

 GREEN value IS 122 (48.05% from 255) = 33.89%

 BLUE value IS 160 (62.89% from 255) = 44.44%

R = 21.67%
G = 33.89%
B = 44.44%

CMYK

 C value IS 0.51

 M value IS 0.24

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#4E7AA0 (or 0x4E7AA0) is known color: San Marino. HEX triplet: 4E, 7A and A0. RGB value is (78,122,160). Sum of RGB (Red+Green+Blue) = 78+122+160=360 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.67% from 360); Green value is 122 (48.05% from 255 or 33.89% from 360); Blue value is 160 (62.89% from 255 or 44.44% from 360); Max value from RGB is 160 - color contains mainly: blue. Hex color #4E7AA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E7AA0 is #B1855F. Grayscale: #707070. Windows color (decimal): -11634016 or 10517070. OLE color: 10517070.

HSL color Cylindrical-coordinate representation of color #4E7AA0: hue angle of 207.8º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4E7AA0 is Cyan = 0.51, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 78 122 160 -
CMYK 0.51 0.24 0 0.37
HSL 207.8º 0.34% 0.47% -
HSV(B) 207.8º 0.51% 0.63% -
XYZ 16.45 18.08 35.88 -
YUV 113.18 154.42 102.91 -
System Red Green Blue C M Y K H S L
Decimal 78 122 160 0.51 0.24 0 0.37 207.8 0.34 0.47
Hex 4E 7A A0 33 18 0 25 D0 22 2F
Octal 116 172 240 63 30 0 45 320 42 57
Binary 1001110 1111010 10100000 110011 11000 0 100101 11010000 100010 101111

Color Harmonies of #4E7AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E7AA0

Black with #4E7AA0

Text Example


Text Example

White with #4E7AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,122,160); }

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

background-color css

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

 a { background-color: rgb(78,122,160); }

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

border-color css

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

 span { border-color: rgb(78,122,160); }

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