#4E6397

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

Shades of San Marino #4E6397

Tints of San Marino #4E6397

Color information

#4E6397 (or 0x4E6397) is unknown color: approx San Marino. HEX triplet: 4E, 63 and 97. RGB value is (78,99,151). Sum of RGB (Red+Green+Blue) = 78+99+151=328 (43% of max value = 765). Red value is 78 (30.86% from 255 or 23.78% from 328); Green value is 99 (39.06% from 255 or 30.18% from 328); Blue value is 151 (59.38% from 255 or 46.04% from 328); Max value from RGB is 151 - color contains mainly: blue. Hex color #4E6397 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E6397 is #B19C68. Grayscale: #626262. Windows color (decimal): -11639913 or 9921358. OLE color: 9921358.

HSL color Cylindrical-coordinate representation of color #4E6397: hue angle of 222.74º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4E6397 is Cyan = 0.48, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB7899151-
CMYK0.480.3400.41
HSL222.74º31.88%44.9%-
HSV(B)222.74º48.34%59.22%-
XYZ13.1912.7831.05-
YUV98.65157.54113.27-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 23.78%
GREEN value IS 99 (39.06% from 255) = 30.18%
BLUE value IS 151 (59.38% from 255) = 46.04%
R=23.78%
G=30.18%
B=46.04%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal78991510.480.3400.41222.7431.8844.9
Hex4E63973022029df202d
Octal11614322760420513374055
Binary1001110110001110010111110000100010010100111011111100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E6397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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