#4E689C

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

Shades of San Marino #4E689C

Tints of San Marino #4E689C

Color information

#4E689C (or 0x4E689C) is unknown color: approx San Marino. HEX triplet: 4E, 68 and 9C. RGB value is (78,104,156). Sum of RGB (Red+Green+Blue) = 78+104+156=338 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.08% from 338); Green value is 104 (41.02% from 255 or 30.77% from 338); Blue value is 156 (61.33% from 255 or 46.15% from 338); Max value from RGB is 156 - color contains mainly: blue. Hex color #4E689C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E689C is #B19763. Grayscale: #656565. Windows color (decimal): -11638628 or 10250318. OLE color: 10250318.

HSL color Cylindrical-coordinate representation of color #4E689C: hue angle of 220º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4E689C is Cyan = 0.5, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB78104156-
CMYK0.50.3300.39
HSL220º33.33%45.88%-
HSV(B)220º50%61.18%-
XYZ14.0913.9233.4-
YUV102.15158.39110.77-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 23.08%
GREEN value IS 104 (41.02% from 255) = 30.77%
BLUE value IS 156 (61.33% from 255) = 46.15%
R=23.08%
G=30.77%
B=46.15%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal781041560.50.3300.3922033.3345.88
Hex4E689C3221027dc212e
Octal11615023462410473344156
Binary1001110110100010011100110010100001010011111011100100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E689C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,104,156); }

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

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

 a { background-color: rgb(78,104,156); }

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

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

 span { border-color: rgb(78,104,156); }

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