#4E6394

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

Shades of San Marino #4E6394

Tints of San Marino #4E6394

Color information

#4E6394 (or 0x4E6394) is unknown color: approx San Marino. HEX triplet: 4E, 63 and 94. RGB value is (78,99,148). Sum of RGB (Red+Green+Blue) = 78+99+148=325 (43% of max value = 765). Red value is 78 (30.86% from 255 or 24% from 325); Green value is 99 (39.06% from 255 or 30.46% from 325); Blue value is 148 (58.20% from 255 or 45.54% from 325); Max value from RGB is 148 - color contains mainly: blue. Hex color #4E6394 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E6394 is #B19C6B. Grayscale: #626262. Windows color (decimal): -11639916 or 9724750. OLE color: 9724750.

HSL color Cylindrical-coordinate representation of color #4E6394: hue angle of 222º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4E6394 is Cyan = 0.47, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB7899148-
CMYK0.470.3300.42
HSL222º30.97%44.31%-
HSV(B)222º47.3%58.04%-
XYZ12.9512.6829.78-
YUV98.31156.04113.52-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 24%
GREEN value IS 99 (39.06% from 255) = 30.46%
BLUE value IS 148 (58.20% from 255) = 45.54%
R=24%
G=30.46%
B=45.54%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal78991480.470.3300.4222230.9744.31
Hex4E63942F2102Ade1f2c
Octal11614322457410523363754
Binary100111011000111001010010111110000101010101101111011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E6394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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