#48767F

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

Shades of Paradiso #48767F

Tints of Paradiso #48767F

Color information

#48767F (or 0x48767F) is unknown color: approx Paradiso. HEX triplet: 48, 76 and 7F. RGB value is (72,118,127). Sum of RGB (Red+Green+Blue) = 72+118+127=317 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.71% from 317); Green value is 118 (46.48% from 255 or 37.22% from 317); Blue value is 127 (50% from 255 or 40.06% from 317); Max value from RGB is 127 - color contains mainly: blue. Hex color #48767F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48767F is #B78980. Grayscale: #696969. Windows color (decimal): -12028289 or 8353352. OLE color: 8353352.

HSL color Cylindrical-coordinate representation of color #48767F: hue angle of 189.82º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #48767F is Cyan = 0.43, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB72118127-
CMYK0.430.0700.50
HSL189.82º27.64%39.02%-
HSV(B)189.82º43.31%49.8%-
XYZ12.9815.8722.46-
YUV105.27140.26104.27-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.71%
GREEN value IS 118 (46.48% from 255) = 37.22%
BLUE value IS 127 (50% from 255) = 40.06%
R=22.71%
G=37.22%
B=40.06%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal721181270.430.0700.50189.8227.6439.02
Hex48767F2B7032be1c27
Octal1101661775370622763447
Binary10010001110110111111110101111101100101011111011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48767F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48767F; }

 p { color: rgb(72,118,127); }

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

<style>
 a { background-color: #48767F; }

 a { background-color: rgb(72,118,127); }

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

<style>
 span { border-color: #48767F; }

 span { border-color: rgb(72,118,127); }

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