#4E6DB0

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

Shades of San Marino #4E6DB0

Tints of San Marino #4E6DB0

Color information

#4E6DB0 (or 0x4E6DB0) is unknown color: approx San Marino. HEX triplet: 4E, 6D and B0. RGB value is (78,109,176). Sum of RGB (Red+Green+Blue) = 78+109+176=363 (48% of max value = 765). Red value is 78 (30.86% from 255 or 21.49% from 363); Green value is 109 (42.97% from 255 or 30.03% from 363); Blue value is 176 (69.14% from 255 or 48.48% from 363); Max value from RGB is 176 - color contains mainly: blue. Hex color #4E6DB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E6DB0 is #B1924F. Grayscale: #6B6B6B. Windows color (decimal): -11637328 or 11562318. OLE color: 11562318.

HSL color Cylindrical-coordinate representation of color #4E6DB0: hue angle of 221.02º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4E6DB0 is Cyan = 0.56, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB78109176-
CMYK0.560.3800.31
HSL221.02º38.58%49.8%-
HSV(B)221.02º55.68%69.02%-
XYZ16.4515.6943.24-
YUV107.37166.73107.05-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 21.49%
GREEN value IS 109 (42.97% from 255) = 30.03%
BLUE value IS 176 (69.14% from 255) = 48.48%
R=21.49%
G=30.03%
B=48.48%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal781091760.560.3800.31221.0238.5849.8
Hex4E6DB0382601Fdd2732
Octal11615526070460373354762
Binary100111011011011011000011100010011001111111011101100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E6DB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,109,176); }

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

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

 a { background-color: rgb(78,109,176); }

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

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

 span { border-color: rgb(78,109,176); }

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