#48616F

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

Shades of Fiord #48616F

Tints of Fiord #48616F

Color information

#48616F (or 0x48616F) is unknown color: approx Fiord. HEX triplet: 48, 61 and 6F. RGB value is (72,97,111). Sum of RGB (Red+Green+Blue) = 72+97+111=280 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.71% from 280); Green value is 97 (38.28% from 255 or 34.64% from 280); Blue value is 111 (43.75% from 255 or 39.64% from 280); Max value from RGB is 111 - color contains mainly: blue. Hex color #48616F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48616F is #B79E90. Grayscale: #5B5B5B. Windows color (decimal): -12033681 or 7299400. OLE color: 7299400.

HSL color Cylindrical-coordinate representation of color #48616F: hue angle of 201.54º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #48616F is Cyan = 0.35, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7297111-
CMYK0.350.1300.56
HSL201.54º21.31%35.88%-
HSV(B)201.54º35.14%43.53%-
XYZ9.8211.0716.66-
YUV91.12139.22114.36-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.71%
GREEN value IS 97 (38.28% from 255) = 34.64%
BLUE value IS 111 (43.75% from 255) = 39.64%
R=25.71%
G=34.64%
B=39.64%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal72971110.350.1300.56201.5421.3135.88
Hex48616F23D038ca1524
Octal11014115743150703122544
Binary100100011000011101111100011110101110001100101010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48616F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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