#48616D

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

Shades of Fiord #48616D

Tints of Fiord #48616D

Color information

#48616D (or 0x48616D) is unknown color: approx Fiord. HEX triplet: 48, 61 and 6D. RGB value is (72,97,109). Sum of RGB (Red+Green+Blue) = 72+97+109=278 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.90% from 278); Green value is 97 (38.28% from 255 or 34.89% from 278); Blue value is 109 (42.97% from 255 or 39.21% from 278); Max value from RGB is 109 - color contains mainly: blue. Hex color #48616D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48616D is #B79E92. Grayscale: #5A5A5A. Windows color (decimal): -12033683 or 7168328. OLE color: 7168328.

HSL color Cylindrical-coordinate representation of color #48616D: hue angle of 199.46º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #48616D is Cyan = 0.34, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB7297109-
CMYK0.340.1100.57
HSL199.46º20.44%35.49%-
HSV(B)199.46º33.94%42.75%-
XYZ9.7111.0316.09-
YUV90.89138.22114.52-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.90%
GREEN value IS 97 (38.28% from 255) = 34.89%
BLUE value IS 109 (42.97% from 255) = 39.21%
R=25.90%
G=34.89%
B=39.21%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal72971090.340.1100.57199.4620.4435.49
Hex48616D22B039c71423
Octal11014115542130713072443
Binary100100011000011101101100010101101110011100011110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48616D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48616D; }

 p { color: rgb(72,97,109); }

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

<style>
 a { background-color: #48616D; }

 a { background-color: rgb(72,97,109); }

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

<style>
 span { border-color: #48616D; }

 span { border-color: rgb(72,97,109); }

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