#4E76AD

Color #4E76AD San Marino (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of San Marino #4E76AD

Tints of San Marino #4E76AD

Color information

#4E76AD (or 0x4E76AD) is unknown color: approx San Marino. HEX triplet: 4E, 76 and AD. RGB value is (78,118,173). Sum of RGB (Red+Green+Blue) = 78+118+173=369 (48% of max value = 765). Red value is 78 (30.86% from 255 or 21.14% from 369); Green value is 118 (46.48% from 255 or 31.98% from 369); Blue value is 173 (67.97% from 255 or 46.88% from 369); Max value from RGB is 173 - color contains mainly: blue. Hex color #4E76AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E76AD is #B18952. Grayscale: #707070. Windows color (decimal): -11635027 or 11368014. OLE color: 11368014.

HSL color Cylindrical-coordinate representation of color #4E76AD: hue angle of 214.74º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4E76AD is Cyan = 0.55, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB78118173-
CMYK0.550.3200.32
HSL214.74º37.85%49.22%-
HSV(B)214.74º54.91%67.84%-
XYZ17.1617.5942.03-
YUV112.31162.25103.53-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 21.14%
GREEN value IS 118 (46.48% from 255) = 31.98%
BLUE value IS 173 (67.97% from 255) = 46.88%
R=21.14%
G=31.98%
B=46.88%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal781181730.550.3200.32214.7437.8549.22
Hex4E76AD3720020d72631
Octal11616625567400403274661
Binary1001110111011010101101110111100000010000011010111100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E76AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4E76AD;
 }
 .AnyTagClassName
 {
   color: #4E76AD;
 }
</style>
background-color css

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

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

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

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

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

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