#4B8683

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

Shades of Paradiso #4B8683

Tints of Paradiso #4B8683

Color information

#4B8683 (or 0x4B8683) is unknown color: approx Paradiso. HEX triplet: 4B, 86 and 83. RGB value is (75,134,131). Sum of RGB (Red+Green+Blue) = 75+134+131=340 (45% of max value = 765). Red value is 75 (29.69% from 255 or 22.06% from 340); Green value is 134 (52.73% from 255 or 39.41% from 340); Blue value is 131 (51.56% from 255 or 38.53% from 340); Max value from RGB is 134 - color contains mainly: green. Hex color #4B8683 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4B8683 is #B4797C. Grayscale: #737373. Windows color (decimal): -11827581 or 8619595. OLE color: 8619595.

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

Color convert

RGB75134131-
CMYK0.4400.020.47
HSL176.95º28.23%40.98%-
HSV(B)176.95º44.03%52.55%-
XYZ15.5220.1824.55-
YUV116.02136.4598.74-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 22.06%
GREEN value IS 134 (52.73% from 255) = 39.41%
BLUE value IS 131 (51.56% from 255) = 38.53%
R=22.06%
G=39.41%
B=38.53%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal751341310.4400.020.47176.9528.2340.98
Hex4B86832C022Fb11c29
Octal1132062035402572613451
Binary100101110000110100000111011000101011111011000111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B8683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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