Html Css Color HEX #4E7497 San Marino

📋 copy color: '#4E7497'

red 78 ◦ green 116 ◦ blue 151

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

Shades of San Marino #4E7497

Tints of San Marino #4E7497

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.62%

 BLUE value IS 151 (59.38% from 255) = 43.77%

R = 22.61%
G = 33.62%
B = 43.77%

CMYK

 C value IS 0.48

 M value IS 0.23

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#4E7497 (or 0x4E7497) is known color: San Marino. HEX triplet: 4E, 74 and 97. RGB value is (78,116,151). Sum of RGB (Red+Green+Blue) = 78+116+151=345 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.61% from 345); Green value is 116 (45.70% from 255 or 33.62% from 345); Blue value is 151 (59.38% from 255 or 43.77% from 345); Max value from RGB is 151 - color contains mainly: blue. Hex color #4E7497 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E7497 is #B18B68. Grayscale: #6C6C6C. Windows color (decimal): -11635561 or 9925710. OLE color: 9925710.

HSL color Cylindrical-coordinate representation of color #4E7497: hue angle of 208.77º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4E7497 is Cyan = 0.48, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 78 116 151 -
CMYK 0.48 0.23 0 0.41
HSL 208.77º 0.32% 0.45% -
HSV(B) 208.77º 0.48% 0.59% -
XYZ 14.97 16.34 31.64 -
YUV 108.63 151.91 106.15 -
System Red Green Blue C M Y K H S L
Decimal 78 116 151 0.48 0.23 0 0.41 208.77 0.32 0.45
Hex 4E 74 97 30 17 0 29 D1 20 2D
Octal 116 164 227 60 27 0 51 321 40 55
Binary 1001110 1110100 10010111 110000 10111 0 101001 11010001 100000 101101

Color Harmonies of #4E7497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E7497

Black with #4E7497

Text Example


Text Example

White with #4E7497

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,116,151); }

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

background-color css

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

 a { background-color: rgb(78,116,151); }

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

border-color css

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

 span { border-color: rgb(78,116,151); }

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