#4B8483

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

Shades of Paradiso #4B8483

Tints of Paradiso #4B8483

Color information

#4B8483 (or 0x4B8483) is unknown color: approx Paradiso. HEX triplet: 4B, 84 and 83. RGB value is (75,132,131). Sum of RGB (Red+Green+Blue) = 75+132+131=338 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.19% from 338); Green value is 132 (51.95% from 255 or 39.05% from 338); Blue value is 131 (51.56% from 255 or 38.76% from 338); Max value from RGB is 132 - color contains mainly: green. Hex color #4B8483 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4B8483 is #B47B7C. Grayscale: #727272. Windows color (decimal): -11828093 or 8619083. OLE color: 8619083.

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

Color convert

RGB75132131-
CMYK0.4300.010.48
HSL178.95º27.54%40.59%-
HSV(B)178.95º43.18%51.76%-
XYZ15.2519.6424.46-
YUV114.84137.1299.58-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 22.19%
GREEN value IS 132 (51.95% from 255) = 39.05%
BLUE value IS 131 (51.56% from 255) = 38.76%
R=22.19%
G=39.05%
B=38.76%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal751321310.4300.010.48178.9527.5440.59
Hex4B84832B0130b31c29
Octal1132042035301602633451
Binary10010111000010010000011101011011100001011001111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B8483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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