#48595F

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

Shades of Fiord #48595F

Tints of Fiord #48595F

Color information

#48595F (or 0x48595F) is unknown color: approx Fiord. HEX triplet: 48, 59 and 5F. RGB value is (72,89,95). Sum of RGB (Red+Green+Blue) = 72+89+95=256 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.12% from 256); Green value is 89 (35.16% from 255 or 34.77% from 256); Blue value is 95 (37.5% from 255 or 37.11% from 256); Max value from RGB is 95 - color contains mainly: blue. Hex color #48595F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48595F is #B7A6A0. Grayscale: #545454. Windows color (decimal): -12035745 or 6248776. OLE color: 6248776.

HSL color Cylindrical-coordinate representation of color #48595F: hue angle of 195.65º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #48595F is Cyan = 0.24, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB728995-
CMYK0.240.0600.63
HSL195.65º13.77%32.75%-
HSV(B)195.65º24.21%37.25%-
XYZ8.319.3512.19-
YUV84.6133.87119.01-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.12%
GREEN value IS 89 (35.16% from 255) = 34.77%
BLUE value IS 95 (37.5% from 255) = 37.11%
R=28.12%
G=34.77%
B=37.11%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7289950.240.0600.63195.6513.7732.75
Hex48595F18603Fc4e21
Octal1101311373060773041641
Binary100100010110011011111110001100111111110001001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48595F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,89,95); }

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

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

 a { background-color: rgb(72,89,95); }

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

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

 span { border-color: rgb(72,89,95); }

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