#4E709D

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

Shades of San Marino #4E709D

Tints of San Marino #4E709D

Color information

#4E709D (or 0x4E709D) is unknown color: approx San Marino. HEX triplet: 4E, 70 and 9D. RGB value is (78,112,157). Sum of RGB (Red+Green+Blue) = 78+112+157=347 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.48% from 347); Green value is 112 (44.14% from 255 or 32.28% from 347); Blue value is 157 (61.72% from 255 or 45.24% from 347); Max value from RGB is 157 - color contains mainly: blue. Hex color #4E709D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E709D is #B18F62. Grayscale: #6A6A6A. Windows color (decimal): -11636579 or 10317902. OLE color: 10317902.

HSL color Cylindrical-coordinate representation of color #4E709D: hue angle of 214.18º 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 #4E709D is Cyan = 0.50, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB78112157-
CMYK0.500.2900.38
HSL214.18º33.62%46.08%-
HSV(B)214.18º50.32%61.57%-
XYZ15.0215.6434.13-
YUV106.96156.24107.34-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 22.48%
GREEN value IS 112 (44.14% from 255) = 32.28%
BLUE value IS 157 (61.72% from 255) = 45.24%
R=22.48%
G=32.28%
B=45.24%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal781121570.500.2900.38214.1833.6246.08
Hex4E709D321D026d6222e
Octal11616023562350463264256
Binary100111011100001001110111001011101010011011010110100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E709D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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