#4B8684

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

Shades of Paradiso #4B8684

Tints of Paradiso #4B8684

Color information

#4B8684 (or 0x4B8684) is unknown color: approx Paradiso. HEX triplet: 4B, 86 and 84. RGB value is (75,134,132). Sum of RGB (Red+Green+Blue) = 75+134+132=341 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.99% from 341); Green value is 134 (52.73% from 255 or 39.30% from 341); Blue value is 132 (51.95% from 255 or 38.71% from 341); Max value from RGB is 134 - color contains mainly: green. Hex color #4B8684 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4B8684 is #B4797B. Grayscale: #747474. Windows color (decimal): -11827580 or 8685131. OLE color: 8685131.

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

Color convert

RGB75134132-
CMYK0.4400.010.47
HSL177.97º28.23%40.98%-
HSV(B)177.97º44.03%52.55%-
XYZ15.5920.2124.91-
YUV116.13136.9598.66-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 21.99%
GREEN value IS 134 (52.73% from 255) = 39.30%
BLUE value IS 132 (51.95% from 255) = 38.71%
R=21.99%
G=39.30%
B=38.71%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal751341320.4400.010.47177.9728.2340.98
Hex4B86842C012Fb21c29
Octal1132062045401572623451
Binary10010111000011010000100101100011011111011001011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B8684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,134,132); }

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

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

 a { background-color: rgb(75,134,132); }

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

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

 span { border-color: rgb(75,134,132); }

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