#4E779E

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

Shades of San Marino #4E779E

Tints of San Marino #4E779E

Color information

#4E779E (or 0x4E779E) is unknown color: approx San Marino. HEX triplet: 4E, 77 and 9E. RGB value is (78,119,158). Sum of RGB (Red+Green+Blue) = 78+119+158=355 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.97% from 355); Green value is 119 (46.88% from 255 or 33.52% from 355); Blue value is 158 (62.11% from 255 or 44.51% from 355); Max value from RGB is 158 - color contains mainly: blue. Hex color #4E779E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E779E is #B18861. Grayscale: #6E6E6E. Windows color (decimal): -11634786 or 10385230. OLE color: 10385230.

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

Color convert

RGB78119158-
CMYK0.510.2500.38
HSL209.25º33.9%46.27%-
HSV(B)209.25º50.63%61.96%-
XYZ15.9117.2834.84-
YUV111.19154.42104.33-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 21.97%
GREEN value IS 119 (46.88% from 255) = 33.52%
BLUE value IS 158 (62.11% from 255) = 44.51%
R=21.97%
G=33.52%
B=44.51%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal781191580.510.2500.38209.2533.946.27
Hex4E779E3319026d1222e
Octal11616723663310463214256
Binary100111011101111001111011001111001010011011010001100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E779E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,119,158); }

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

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

 a { background-color: rgb(78,119,158); }

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

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

 span { border-color: rgb(78,119,158); }

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