#4C898B

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

Shades of Paradiso #4C898B

Tints of Paradiso #4C898B

Color information

#4C898B (or 0x4C898B) is unknown color: approx Paradiso. HEX triplet: 4C, 89 and 8B. RGB value is (76,137,139). Sum of RGB (Red+Green+Blue) = 76+137+139=352 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.59% from 352); Green value is 137 (53.91% from 255 or 38.92% from 352); Blue value is 139 (54.69% from 255 or 39.49% from 352); Max value from RGB is 139 - color contains mainly: blue. Hex color #4C898B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4C898B is #B37674. Grayscale: #767676. Windows color (decimal): -11761269 or 9144652. OLE color: 9144652.

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

Color convert

RGB76137139-
CMYK0.450.0100.45
HSL181.9º29.3%42.16%-
HSV(B)181.9º45.32%54.51%-
XYZ16.5921.2927.66-
YUV118.99139.2997.34-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 21.59%
GREEN value IS 137 (53.91% from 255) = 38.92%
BLUE value IS 139 (54.69% from 255) = 39.49%
R=21.59%
G=38.92%
B=39.49%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal761371390.450.0100.45181.929.342.16
Hex4C898B2D102Db61d2a
Octal1142112135510552663552
Binary10011001000100110001011101101101011011011011011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C898B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,137,139); }

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

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

 a { background-color: rgb(76,137,139); }

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

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

 span { border-color: rgb(76,137,139); }

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