#4B8582

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

Shades of Paradiso #4B8582

Tints of Paradiso #4B8582

Color information

#4B8582 (or 0x4B8582) is unknown color: approx Paradiso. HEX triplet: 4B, 85 and 82. RGB value is (75,133,130). Sum of RGB (Red+Green+Blue) = 75+133+130=338 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.19% from 338); Green value is 133 (52.34% from 255 or 39.35% from 338); Blue value is 130 (51.17% from 255 or 38.46% from 338); Max value from RGB is 133 - color contains mainly: green. Hex color #4B8582 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4B8582 is #B47A7D. Grayscale: #737373. Windows color (decimal): -11827838 or 8553803. OLE color: 8553803.

HSL color Cylindrical-coordinate representation of color #4B8582: hue angle of 176.9º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4B8582 is Cyan = 0.44, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.48.

Color convert

RGB75133130-
CMYK0.4400.020.48
HSL176.9º27.88%40.78%-
HSV(B)176.9º43.61%52.16%-
XYZ15.3219.8824.15-
YUV115.32136.2899.24-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 22.19%
GREEN value IS 133 (52.34% from 255) = 39.35%
BLUE value IS 130 (51.17% from 255) = 38.46%
R=22.19%
G=39.35%
B=38.46%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal751331300.4400.020.48176.927.8840.78
Hex4B85822C0230b11c29
Octal1132052025402602613451
Binary100101110000101100000101011000101100001011000111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B8582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,133,130); }

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

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

 a { background-color: rgb(75,133,130); }

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

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

 span { border-color: rgb(75,133,130); }

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