#4B8188

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

Shades of Paradiso #4B8188

Tints of Paradiso #4B8188

Color information

#4B8188 (or 0x4B8188) is unknown color: approx Paradiso. HEX triplet: 4B, 81 and 88. RGB value is (75,129,136). Sum of RGB (Red+Green+Blue) = 75+129+136=340 (45% of max value = 765). Red value is 75 (29.69% from 255 or 22.06% from 340); Green value is 129 (50.78% from 255 or 37.94% from 340); Blue value is 136 (53.52% from 255 or 40% from 340); Max value from RGB is 136 - color contains mainly: blue. Hex color #4B8188 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4B8188 is #B47E77. Grayscale: #717171. Windows color (decimal): -11828856 or 8945995. OLE color: 8945995.

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

Color convert

RGB75129136-
CMYK0.450.0500.47
HSL186.89º28.91%41.37%-
HSV(B)186.89º44.85%53.33%-
XYZ15.218.9726.15-
YUV113.65140.61100.43-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 22.06%
GREEN value IS 129 (50.78% from 255) = 37.94%
BLUE value IS 136 (53.52% from 255) = 40%
R=22.06%
G=37.94%
B=40%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal751291360.450.0500.47186.8928.9141.37
Hex4B81882D502Fbb1d29
Octal1132012105550572733551
Binary1001011100000011000100010110110101011111011101111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B8188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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