#4E67A2

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

Shades of San Marino #4E67A2

Tints of San Marino #4E67A2

Color information

#4E67A2 (or 0x4E67A2) is unknown color: approx San Marino. HEX triplet: 4E, 67 and A2. RGB value is (78,103,162). Sum of RGB (Red+Green+Blue) = 78+103+162=343 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.74% from 343); Green value is 103 (40.62% from 255 or 30.03% from 343); Blue value is 162 (63.67% from 255 or 47.23% from 343); Max value from RGB is 162 - color contains mainly: blue. Hex color #4E67A2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E67A2 is #B1985D. Grayscale: #656565. Windows color (decimal): -11638878 or 10643278. OLE color: 10643278.

HSL color Cylindrical-coordinate representation of color #4E67A2: hue angle of 222.14º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4E67A2 is Cyan = 0.52, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB78103162-
CMYK0.520.3600.36
HSL222.14º35%47.06%-
HSV(B)222.14º51.85%63.53%-
XYZ14.5113.9336.11-
YUV102.25161.72110.7-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 22.74%
GREEN value IS 103 (40.62% from 255) = 30.03%
BLUE value IS 162 (63.67% from 255) = 47.23%
R=22.74%
G=30.03%
B=47.23%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal781031620.520.3600.36222.143547.06
Hex4E67A23424024de232f
Octal11614724264440443364357
Binary1001110110011110100010110100100100010010011011110100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E67A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,103,162); }

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

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

 a { background-color: rgb(78,103,162); }

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

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

 span { border-color: rgb(78,103,162); }

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