#4B8887

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

Shades of Paradiso #4B8887

Tints of Paradiso #4B8887

Color information

#4B8887 (or 0x4B8887) is unknown color: approx Paradiso. HEX triplet: 4B, 88 and 87. RGB value is (75,136,135). Sum of RGB (Red+Green+Blue) = 75+136+135=346 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.68% from 346); Green value is 136 (53.52% from 255 or 39.31% from 346); Blue value is 135 (53.12% from 255 or 39.02% from 346); Max value from RGB is 136 - color contains mainly: green. Hex color #4B8887 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4B8887 is #B47778. Grayscale: #757575. Windows color (decimal): -11827065 or 8882251. OLE color: 8882251.

HSL color Cylindrical-coordinate representation of color #4B8887: hue angle of 179.02º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4B8887 is Cyan = 0.45, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB75136135-
CMYK0.4500.010.47
HSL179.02º28.91%41.37%-
HSV(B)179.02º44.85%53.33%-
XYZ16.0820.8526.1-
YUV117.65137.7997.58-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 21.68%
GREEN value IS 136 (53.52% from 255) = 39.31%
BLUE value IS 135 (53.12% from 255) = 39.02%
R=21.68%
G=39.31%
B=39.02%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal751361350.4500.010.47179.0228.9141.37
Hex4B88872D012Fb31d29
Octal1132102075501572633551
Binary10010111000100010000111101101011011111011001111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B8887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,136,135); }

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

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

 a { background-color: rgb(75,136,135); }

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

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

 span { border-color: rgb(75,136,135); }

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