#4E777B

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

Shades of Paradiso #4E777B

Tints of Paradiso #4E777B

Color information

#4E777B (or 0x4E777B) is unknown color: approx Paradiso. HEX triplet: 4E, 77 and 7B. RGB value is (78,119,123). Sum of RGB (Red+Green+Blue) = 78+119+123=320 (42% of max value = 765). Red value is 78 (30.86% from 255 or 24.38% from 320); Green value is 119 (46.88% from 255 or 37.19% from 320); Blue value is 123 (48.44% from 255 or 38.44% from 320); Max value from RGB is 123 - color contains mainly: blue. Hex color #4E777B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E777B is #B18884. Grayscale: #6B6B6B. Windows color (decimal): -11634821 or 8091470. OLE color: 8091470.

HSL color Cylindrical-coordinate representation of color #4E777B: hue angle of 185.33º degrees, saturation: 0.22, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4E777B is Cyan = 0.37, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB78119123-
CMYK0.370.0300.52
HSL185.33º22.39%39.41%-
HSV(B)185.33º36.59%48.24%-
XYZ13.3116.2421.17-
YUV107.2136.92107.17-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 24.38%
GREEN value IS 119 (46.88% from 255) = 37.19%
BLUE value IS 123 (48.44% from 255) = 38.44%
R=24.38%
G=37.19%
B=38.44%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal781191230.370.0300.52185.3322.3939.41
Hex4E777B253034b91627
Octal1161671734530642712647
Binary1001110111011111110111001011101101001011100110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E777B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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