Html Css Color HEX #48595F Fiord

📋 copy color: '#48595F'

red 72 ◦ green 89 ◦ blue 95

#48595F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fiord #48595F

Tints of Fiord #48595F

RGB

 RED value IS 72 (28.52% from 255) = 28.13%

 GREEN value IS 89 (35.16% from 255) = 34.77%

 BLUE value IS 95 (37.5% from 255) = 37.11%

R = 28.13%
G = 34.77%
B = 37.11%

CMYK

 C value IS 0.24

 M value IS 0.06

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#48595F (or 0x48595F) is known color: 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

RGB 72 89 95 -
CMYK 0.24 0.06 0 0.63
HSL 195.65º 0.14% 0.33% -
HSV(B) 195.65º 0.24% 0.37% -
XYZ 8.31 9.35 12.19 -
YUV 84.6 133.87 119.01 -
System Red Green Blue C M Y K H S L
Decimal 72 89 95 0.24 0.06 0 0.63 195.65 0.14 0.33
Hex 48 59 5F 18 6 0 3F C4 E 21
Octal 110 131 137 30 6 0 77 304 16 41
Binary 1001000 1011001 1011111 11000 110 0 111111 11000100 1110 100001

Color Harmonies of #48595F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48595F

Black with #48595F

Text Example


Text Example

White with #48595F

Text Example


Text Example

HTML Codes & Css Web 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>