#4E66AC

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

Shades of San Marino #4E66AC

Tints of San Marino #4E66AC

Color information

#4E66AC (or 0x4E66AC) is unknown color: approx San Marino. HEX triplet: 4E, 66 and AC. RGB value is (78,102,172). Sum of RGB (Red+Green+Blue) = 78+102+172=352 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.16% from 352); Green value is 102 (40.23% from 255 or 28.98% from 352); Blue value is 172 (67.58% from 255 or 48.86% from 352); Max value from RGB is 172 - color contains mainly: blue. Hex color #4E66AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E66AC is #B19953. Grayscale: #666666. Windows color (decimal): -11639124 or 11298382. OLE color: 11298382.

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

Color convert

RGB78102172-
CMYK0.550.4100.33
HSL224.68º37.6%49.02%-
HSV(B)224.68º54.65%67.45%-
XYZ15.3414.140.94-
YUV102.8167.05110.31-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 22.16%
GREEN value IS 102 (40.23% from 255) = 28.98%
BLUE value IS 172 (67.58% from 255) = 48.86%
R=22.16%
G=28.98%
B=48.86%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal781021720.550.4100.33224.6837.649.02
Hex4E66AC3729021e12631
Octal11614625467510413414661
Binary1001110110011010101100110111101001010000111100001100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E66AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,102,172); }

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

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

 a { background-color: rgb(78,102,172); }

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

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

 span { border-color: rgb(78,102,172); }

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