#4E777C

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

Shades of Paradiso #4E777C

Tints of Paradiso #4E777C

Color information

#4E777C (or 0x4E777C) is unknown color: approx Paradiso. HEX triplet: 4E, 77 and 7C. RGB value is (78,119,124). Sum of RGB (Red+Green+Blue) = 78+119+124=321 (42% of max value = 765). Red value is 78 (30.86% from 255 or 24.30% from 321); Green value is 119 (46.88% from 255 or 37.07% from 321); Blue value is 124 (48.83% from 255 or 38.63% from 321); Max value from RGB is 124 - color contains mainly: blue. Hex color #4E777C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E777C is #B18883. Grayscale: #6B6B6B. Windows color (decimal): -11634820 or 8157006. OLE color: 8157006.

HSL color Cylindrical-coordinate representation of color #4E777C: hue angle of 186.52º degrees, saturation: 0.23, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4E777C is Cyan = 0.37, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB78119124-
CMYK0.370.0400.51
HSL186.52º22.77%39.61%-
HSV(B)186.52º37.1%48.63%-
XYZ13.3816.2721.5-
YUV107.31137.42107.09-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 24.30%
GREEN value IS 119 (46.88% from 255) = 37.07%
BLUE value IS 124 (48.83% from 255) = 38.63%
R=24.30%
G=37.07%
B=38.63%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal781191240.370.0400.51186.5222.7739.61
Hex4E777C254033bb1728
Octal1161671744540632732750
Binary10011101110111111110010010110001100111011101110111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E777C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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