#4E729D

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

Shades of San Marino #4E729D

Tints of San Marino #4E729D

Color information

#4E729D (or 0x4E729D) is unknown color: approx San Marino. HEX triplet: 4E, 72 and 9D. RGB value is (78,114,157). Sum of RGB (Red+Green+Blue) = 78+114+157=349 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.35% from 349); Green value is 114 (44.92% from 255 or 32.66% from 349); Blue value is 157 (61.72% from 255 or 44.99% from 349); Max value from RGB is 157 - color contains mainly: blue. Hex color #4E729D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E729D is #B18D62. Grayscale: #6B6B6B. Windows color (decimal): -11636067 or 10318414. OLE color: 10318414.

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

Color convert

RGB78114157-
CMYK0.500.2700.38
HSL212.66º33.62%46.08%-
HSV(B)212.66º50.32%61.57%-
XYZ15.2516.0934.2-
YUV108.14155.57106.5-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 22.35%
GREEN value IS 114 (44.92% from 255) = 32.66%
BLUE value IS 157 (61.72% from 255) = 44.99%
R=22.35%
G=32.66%
B=44.99%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal781141570.500.2700.38212.6633.6246.08
Hex4E729D321B026d5222e
Octal11616223562330463254256
Binary100111011100101001110111001011011010011011010101100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E729D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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