#4D8089

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

Shades of Paradiso #4D8089

Tints of Paradiso #4D8089

Color information

#4D8089 (or 0x4D8089) is unknown color: approx Paradiso. HEX triplet: 4D, 80 and 89. RGB value is (77,128,137). Sum of RGB (Red+Green+Blue) = 77+128+137=342 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.51% from 342); Green value is 128 (50.39% from 255 or 37.43% from 342); Blue value is 137 (53.91% from 255 or 40.06% from 342); Max value from RGB is 137 - color contains mainly: blue. Hex color #4D8089 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D8089 is #B27F76. Grayscale: #717171. Windows color (decimal): -11698039 or 9011277. OLE color: 9011277.

HSL color Cylindrical-coordinate representation of color #4D8089: hue angle of 189º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4D8089 is Cyan = 0.44, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB77128137-
CMYK0.440.0700.46
HSL189º28.04%41.96%-
HSV(B)189º43.8%53.73%-
XYZ15.318.8226.49-
YUV113.78141.1101.77-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 22.51%
GREEN value IS 128 (50.39% from 255) = 37.43%
BLUE value IS 137 (53.91% from 255) = 40.06%
R=22.51%
G=37.43%
B=40.06%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal771281370.440.0700.4618928.0441.96
Hex4D80892C702Ebd1c2a
Octal1152002115470562753452
Binary1001101100000001000100110110011101011101011110111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D8089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,128,137); }

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

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

 a { background-color: rgb(77,128,137); }

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

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

 span { border-color: rgb(77,128,137); }

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