#4B817F

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

Shades of Paradiso #4B817F

Tints of Paradiso #4B817F

Color information

#4B817F (or 0x4B817F) is unknown color: approx Paradiso. HEX triplet: 4B, 81 and 7F. RGB value is (75,129,127). Sum of RGB (Red+Green+Blue) = 75+129+127=331 (43% of max value = 765). Red value is 75 (29.69% from 255 or 22.66% from 331); Green value is 129 (50.78% from 255 or 38.97% from 331); Blue value is 127 (50% from 255 or 38.37% from 331); Max value from RGB is 129 - color contains mainly: green. Hex color #4B817F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B817F is #B47E80. Grayscale: #707070. Windows color (decimal): -11828865 or 8356171. OLE color: 8356171.

HSL color Cylindrical-coordinate representation of color #4B817F: hue angle of 177.78º degrees, saturation: 0.26, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4B817F is Cyan = 0.42, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB75129127-
CMYK0.4200.020.49
HSL177.78º26.47%40%-
HSV(B)177.78º41.86%50.59%-
XYZ14.5818.7322.93-
YUV112.63136.11101.16-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 22.66%
GREEN value IS 129 (50.78% from 255) = 38.97%
BLUE value IS 127 (50% from 255) = 38.37%
R=22.66%
G=38.97%
B=38.37%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal751291270.4200.020.49177.7826.4740
Hex4B817F2A0231b21a28
Octal1132011775202612623250
Binary10010111000000111111111010100101100011011001011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B817F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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