#48606E

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

Shades of Fiord #48606E

Tints of Fiord #48606E

Color information

#48606E (or 0x48606E) is unknown color: approx Fiord. HEX triplet: 48, 60 and 6E. RGB value is (72,96,110). Sum of RGB (Red+Green+Blue) = 72+96+110=278 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.90% from 278); Green value is 96 (37.89% from 255 or 34.53% from 278); Blue value is 110 (43.36% from 255 or 39.57% from 278); Max value from RGB is 110 - color contains mainly: blue. Hex color #48606E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48606E is #B79F91. Grayscale: #5A5A5A. Windows color (decimal): -12033938 or 7233608. OLE color: 7233608.

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

Color convert

RGB7296110-
CMYK0.350.1300.57
HSL202.11º20.88%35.69%-
HSV(B)202.11º34.55%43.14%-
XYZ9.6710.8716.34-
YUV90.42139.05114.86-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.90%
GREEN value IS 96 (37.89% from 255) = 34.53%
BLUE value IS 110 (43.36% from 255) = 39.57%
R=25.90%
G=34.53%
B=39.57%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal72961100.350.1300.57202.1120.8835.69
Hex48606E23D039ca1524
Octal11014015643150713122544
Binary100100011000001101110100011110101110011100101010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48606E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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