#4B888C

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

Shades of Paradiso #4B888C

Tints of Paradiso #4B888C

Color information

#4B888C (or 0x4B888C) is unknown color: approx Paradiso. HEX triplet: 4B, 88 and 8C. RGB value is (75,136,140). Sum of RGB (Red+Green+Blue) = 75+136+140=351 (46% of max value = 765). Red value is 75 (29.69% from 255 or 21.37% from 351); Green value is 136 (53.52% from 255 or 38.75% from 351); Blue value is 140 (55.08% from 255 or 39.89% from 351); Max value from RGB is 140 - color contains mainly: blue. Hex color #4B888C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4B888C is #B47773. Grayscale: #767676. Windows color (decimal): -11827060 or 9209931. OLE color: 9209931.

HSL color Cylindrical-coordinate representation of color #4B888C: hue angle of 183.69º 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 #4B888C is Cyan = 0.46, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB75136140-
CMYK0.460.0300.45
HSL183.69º30.23%42.16%-
HSV(B)183.69º46.43%54.9%-
XYZ16.442128-
YUV118.22140.2997.17-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 21.37%
GREEN value IS 136 (53.52% from 255) = 38.75%
BLUE value IS 140 (55.08% from 255) = 39.89%
R=21.37%
G=38.75%
B=39.89%

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
Decimal751361400.460.0300.45183.6930.2342.16
Hex4B888C2E302Db81e2a
Octal1132102145630552703652
Binary100101110001000100011001011101101011011011100011110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B888C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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