Html Css Color HEX #4E76AB San Marino

📋 copy color: '#4E76AB'

red 78 ◦ green 118 ◦ blue 171

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

Shades of San Marino #4E76AB

Tints of San Marino #4E76AB

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.15%

 BLUE value IS 171 (67.19% from 255) = 46.59%

R = 21.25%
G = 32.15%
B = 46.59%

CMYK

 C value IS 0.54

 M value IS 0.31

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4E76AB (or 0x4E76AB) is known color: San Marino. HEX triplet: 4E, 76 and AB. RGB value is (78,118,171). Sum of RGB (Red+Green+Blue) = 78+118+171=367 (48% of max value = 765). Red value is 78 (30.86% from 255 or 21.25% from 367); Green value is 118 (46.48% from 255 or 32.15% from 367); Blue value is 171 (67.19% from 255 or 46.59% from 367); Max value from RGB is 171 - color contains mainly: blue. Hex color #4E76AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E76AB is #B18954. Grayscale: #6F6F6F. Windows color (decimal): -11635029 or 11236942. OLE color: 11236942.

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

Color convert

RGB 78 118 171 -
CMYK 0.54 0.31 0 0.33
HSL 214.19º 0.37% 0.49% -
HSV(B) 214.19º 0.54% 0.67% -
XYZ 16.97 17.52 41.01 -
YUV 112.08 161.25 103.69 -
System Red Green Blue C M Y K H S L
Decimal 78 118 171 0.54 0.31 0 0.33 214.19 0.37 0.49
Hex 4E 76 AB 36 1F 0 21 D6 25 31
Octal 116 166 253 66 37 0 41 326 45 61
Binary 1001110 1110110 10101011 110110 11111 0 100001 11010110 100101 110001

Color Harmonies of #4E76AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E76AB

Black with #4E76AB

Text Example


Text Example

White with #4E76AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,118,171); }

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

background-color css

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

 a { background-color: rgb(78,118,171); }

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

border-color css

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

 span { border-color: rgb(78,118,171); }

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