#4E6392

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

Shades of San Marino #4E6392

Tints of San Marino #4E6392

Color information

#4E6392 (or 0x4E6392) is unknown color: approx San Marino. HEX triplet: 4E, 63 and 92. RGB value is (78,99,146). Sum of RGB (Red+Green+Blue) = 78+99+146=323 (42% of max value = 765). Red value is 78 (30.86% from 255 or 24.15% from 323); Green value is 99 (39.06% from 255 or 30.65% from 323); Blue value is 146 (57.42% from 255 or 45.20% from 323); Max value from RGB is 146 - color contains mainly: blue. Hex color #4E6392 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E6392 is #B19C6D. Grayscale: #616161. Windows color (decimal): -11639918 or 9593678. OLE color: 9593678.

HSL color Cylindrical-coordinate representation of color #4E6392: hue angle of 221.47º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4E6392 is Cyan = 0.47, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB7899146-
CMYK0.470.3200.43
HSL221.47º30.36%43.92%-
HSV(B)221.47º46.58%57.25%-
XYZ12.7912.6228.96-
YUV98.08155.04113.68-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 24.15%
GREEN value IS 99 (39.06% from 255) = 30.65%
BLUE value IS 146 (57.42% from 255) = 45.20%
R=24.15%
G=30.65%
B=45.20%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal78991460.470.3200.43221.4730.3643.92
Hex4E63922F2002Bdd1e2c
Octal11614322257400533353654
Binary100111011000111001001010111110000001010111101110111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E6392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,99,146); }

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

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

 a { background-color: rgb(78,99,146); }

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

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

 span { border-color: rgb(78,99,146); }

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