#48616E

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

Shades of Fiord #48616E

Tints of Fiord #48616E

Color information

#48616E (or 0x48616E) is unknown color: approx Fiord. HEX triplet: 48, 61 and 6E. RGB value is (72,97,110). Sum of RGB (Red+Green+Blue) = 72+97+110=279 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.81% from 279); Green value is 97 (38.28% from 255 or 34.77% from 279); Blue value is 110 (43.36% from 255 or 39.43% from 279); Max value from RGB is 110 - color contains mainly: blue. Hex color #48616E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48616E is #B79E91. Grayscale: #5A5A5A. Windows color (decimal): -12033682 or 7233864. OLE color: 7233864.

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

Color convert

RGB7297110-
CMYK0.350.1200.57
HSL200.53º20.88%35.69%-
HSV(B)200.53º34.55%43.14%-
XYZ9.7611.0516.37-
YUV91.01138.72114.44-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.81%
GREEN value IS 97 (38.28% from 255) = 34.77%
BLUE value IS 110 (43.36% from 255) = 39.43%
R=25.81%
G=34.77%
B=39.43%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal72971100.350.1200.57200.5320.8835.69
Hex48616E23C039c91524
Octal11014115643140713112544
Binary100100011000011101110100011110001110011100100110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48616E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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