#48606D

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

Shades of Fiord #48606D

Tints of Fiord #48606D

Color information

#48606D (or 0x48606D) is unknown color: approx Fiord. HEX triplet: 48, 60 and 6D. RGB value is (72,96,109). Sum of RGB (Red+Green+Blue) = 72+96+109=277 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.99% from 277); Green value is 96 (37.89% from 255 or 34.66% from 277); Blue value is 109 (42.97% from 255 or 39.35% from 277); Max value from RGB is 109 - color contains mainly: blue. Hex color #48606D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48606D is #B79F92. Grayscale: #5A5A5A. Windows color (decimal): -12033939 or 7168072. OLE color: 7168072.

HSL color Cylindrical-coordinate representation of color #48606D: hue angle of 201.08º 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 #48606D is Cyan = 0.34, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB7296109-
CMYK0.340.1200.57
HSL201.08º20.44%35.49%-
HSV(B)201.08º33.94%42.75%-
XYZ9.6210.8516.05-
YUV90.31138.55114.94-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.99%
GREEN value IS 96 (37.89% from 255) = 34.66%
BLUE value IS 109 (42.97% from 255) = 39.35%
R=25.99%
G=34.66%
B=39.35%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal72961090.340.1200.57201.0820.4435.49
Hex48606D22C039c91423
Octal11014015542140713112443
Binary100100011000001101101100010110001110011100100110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48606D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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