Html Css Color HEX #4E72A3 San Marino

📋 copy color: '#4E72A3'

red 78 ◦ green 114 ◦ blue 163

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

Shades of San Marino #4E72A3

Tints of San Marino #4E72A3

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.11%

 BLUE value IS 163 (64.06% from 255) = 45.92%

R = 21.97%
G = 32.11%
B = 45.92%

CMYK

 C value IS 0.52

 M value IS 0.30

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#4E72A3 (or 0x4E72A3) is known color: San Marino. HEX triplet: 4E, 72 and A3. RGB value is (78,114,163). Sum of RGB (Red+Green+Blue) = 78+114+163=355 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.97% from 355); Green value is 114 (44.92% from 255 or 32.11% from 355); Blue value is 163 (64.06% from 255 or 45.92% from 355); Max value from RGB is 163 - color contains mainly: blue. Hex color #4E72A3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E72A3 is #B18D5C. Grayscale: #6C6C6C. Windows color (decimal): -11636061 or 10711630. OLE color: 10711630.

HSL color Cylindrical-coordinate representation of color #4E72A3: hue angle of 214.59º degrees, saturation: 0.35, 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 #4E72A3 is Cyan = 0.52, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 78 114 163 -
CMYK 0.52 0.30 0 0.36
HSL 214.59º 0.35% 0.47% -
HSV(B) 214.59º 0.52% 0.64% -
XYZ 15.77 16.3 36.97 -
YUV 108.82 158.57 106.02 -
System Red Green Blue C M Y K H S L
Decimal 78 114 163 0.52 0.30 0 0.36 214.59 0.35 0.47
Hex 4E 72 A3 34 1E 0 24 D7 23 2F
Octal 116 162 243 64 36 0 44 327 43 57
Binary 1001110 1110010 10100011 110100 11110 0 100100 11010111 100011 101111

Color Harmonies of #4E72A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E72A3

Black with #4E72A3

Text Example


Text Example

White with #4E72A3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,114,163); }

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

background-color css

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

 a { background-color: rgb(78,114,163); }

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

border-color css

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

 span { border-color: rgb(78,114,163); }

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