#4E659D

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

Shades of San Marino #4E659D

Tints of San Marino #4E659D

Color information

#4E659D (or 0x4E659D) is unknown color: approx San Marino. HEX triplet: 4E, 65 and 9D. RGB value is (78,101,157). Sum of RGB (Red+Green+Blue) = 78+101+157=336 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.21% from 336); Green value is 101 (39.84% from 255 or 30.06% from 336); Blue value is 157 (61.72% from 255 or 46.73% from 336); Max value from RGB is 157 - color contains mainly: blue. Hex color #4E659D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E659D is #B19A62. Grayscale: #646464. Windows color (decimal): -11639395 or 10315086. OLE color: 10315086.

HSL color Cylindrical-coordinate representation of color #4E659D: hue angle of 222.53º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4E659D is Cyan = 0.50, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB78101157-
CMYK0.500.3600.38
HSL222.53º33.62%46.08%-
HSV(B)222.53º50.32%61.57%-
XYZ13.8813.3633.75-
YUV100.51159.88111.95-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 23.21%
GREEN value IS 101 (39.84% from 255) = 30.06%
BLUE value IS 157 (61.72% from 255) = 46.73%
R=23.21%
G=30.06%
B=46.73%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal781011570.500.3600.38222.5333.6246.08
Hex4E659D3224026df222e
Octal11614523562440463374256
Binary1001110110010110011101110010100100010011011011111100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E659D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,101,157); }

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

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

 a { background-color: rgb(78,101,157); }

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

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

 span { border-color: rgb(78,101,157); }

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