#4B878B

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

Shades of Paradiso #4B878B

Tints of Paradiso #4B878B

Color information

#4B878B (or 0x4B878B) is unknown color: approx Paradiso. HEX triplet: 4B, 87 and 8B. RGB value is (75,135,139). Sum of RGB (Red+Green+Blue) = 75+135+139=349 (46% of max value = 765). Red value is 75 (29.69% from 255 or 21.49% from 349); Green value is 135 (53.12% from 255 or 38.68% from 349); Blue value is 139 (54.69% from 255 or 39.83% from 349); Max value from RGB is 139 - color contains mainly: blue. Hex color #4B878B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4B878B is #B47874. Grayscale: #757575. Windows color (decimal): -11827317 or 9144139. OLE color: 9144139.

HSL color Cylindrical-coordinate representation of color #4B878B: hue angle of 183.75º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4B878B is Cyan = 0.46, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB75135139-
CMYK0.460.0300.45
HSL183.75º29.91%41.96%-
HSV(B)183.75º46.04%54.51%-
XYZ16.2320.6927.56-
YUV117.52140.1297.67-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 21.49%
GREEN value IS 135 (53.12% from 255) = 38.68%
BLUE value IS 139 (54.69% from 255) = 39.83%
R=21.49%
G=38.68%
B=39.83%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal751351390.460.0300.45183.7529.9141.96
Hex4B878B2E302Db81e2a
Octal1132072135630552703652
Binary100101110000111100010111011101101011011011100011110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B878B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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