#4E7A9D

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

Shades of San Marino #4E7A9D

Tints of San Marino #4E7A9D

Color information

#4E7A9D (or 0x4E7A9D) is unknown color: approx San Marino. HEX triplet: 4E, 7A and 9D. RGB value is (78,122,157). Sum of RGB (Red+Green+Blue) = 78+122+157=357 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.85% from 357); Green value is 122 (48.05% from 255 or 34.17% from 357); Blue value is 157 (61.72% from 255 or 43.98% from 357); Max value from RGB is 157 - color contains mainly: blue. Hex color #4E7A9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E7A9D is #B18562. Grayscale: #707070. Windows color (decimal): -11634019 or 10320462. OLE color: 10320462.

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

Color convert

RGB78122157-
CMYK0.500.2200.38
HSL206.58º33.62%46.08%-
HSV(B)206.58º50.32%61.57%-
XYZ16.1917.9734.51-
YUV112.83152.92103.15-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 21.85%
GREEN value IS 122 (48.05% from 255) = 34.17%
BLUE value IS 157 (61.72% from 255) = 43.98%
R=21.85%
G=34.17%
B=43.98%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal781221570.500.2200.38206.5833.6246.08
Hex4E7A9D3216026cf222e
Octal11617223562260463174256
Binary100111011110101001110111001010110010011011001111100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E7A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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