#4E6095

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

Shades of San Marino #4E6095

Tints of San Marino #4E6095

Color information

#4E6095 (or 0x4E6095) is unknown color: approx San Marino. HEX triplet: 4E, 60 and 95. RGB value is (78,96,149). Sum of RGB (Red+Green+Blue) = 78+96+149=323 (42% of max value = 765). Red value is 78 (30.86% from 255 or 24.15% from 323); Green value is 96 (37.89% from 255 or 29.72% from 323); Blue value is 149 (58.59% from 255 or 46.13% from 323); Max value from RGB is 149 - color contains mainly: blue. Hex color #4E6095 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E6095 is #B19F6A. Grayscale: #606060. Windows color (decimal): -11640683 or 9789518. OLE color: 9789518.

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

Color convert

RGB7896149-
CMYK0.480.3600.42
HSL224.79º31.28%44.51%-
HSV(B)224.79º47.65%58.43%-
XYZ12.7512.1630.11-
YUV96.66157.54114.69-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 24.15%
GREEN value IS 96 (37.89% from 255) = 29.72%
BLUE value IS 149 (58.59% from 255) = 46.13%
R=24.15%
G=29.72%
B=46.13%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal78961490.480.3600.42224.7931.2844.51
Hex4E6095302402Ae11f2d
Octal11614022560440523413755
Binary100111011000001001010111000010010001010101110000111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E6095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,96,149); }

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

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

 a { background-color: rgb(78,96,149); }

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

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

 span { border-color: rgb(78,96,149); }

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