#485F71

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

Shades of Fiord #485F71

Tints of Fiord #485F71

Color information

#485F71 (or 0x485F71) is unknown color: approx Fiord. HEX triplet: 48, 5F and 71. RGB value is (72,95,113). Sum of RGB (Red+Green+Blue) = 72+95+113=280 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.71% from 280); Green value is 95 (37.5% from 255 or 33.93% from 280); Blue value is 113 (44.53% from 255 or 40.36% from 280); Max value from RGB is 113 - color contains mainly: blue. Hex color #485F71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485F71 is #B7A08E. Grayscale: #5A5A5A. Windows color (decimal): -12034191 or 7429960. OLE color: 7429960.

HSL color Cylindrical-coordinate representation of color #485F71: hue angle of 206.34º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #485F71 is Cyan = 0.36, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7295113-
CMYK0.360.1600.56
HSL206.34º22.16%36.27%-
HSV(B)206.34º36.28%44.31%-
XYZ9.7510.7517.18-
YUV90.18140.88115.04-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.71%
GREEN value IS 95 (37.5% from 255) = 33.93%
BLUE value IS 113 (44.53% from 255) = 40.36%
R=25.71%
G=33.93%
B=40.36%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal72951130.360.1600.56206.3422.1636.27
Hex485F712410038ce1624
Octal11013716144200703162644
Binary1001000101111111100011001001000001110001100111010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485F71; }

 p { color: rgb(72,95,113); }

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

<style>
 a { background-color: #485F71; }

 a { background-color: rgb(72,95,113); }

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

<style>
 span { border-color: #485F71; }

 span { border-color: rgb(72,95,113); }

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