#485967

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

Shades of Fiord #485967

Tints of Fiord #485967

Color information

#485967 (or 0x485967) is unknown color: approx Fiord. HEX triplet: 48, 59 and 67. RGB value is (72,89,103). Sum of RGB (Red+Green+Blue) = 72+89+103=264 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.27% from 264); Green value is 89 (35.16% from 255 or 33.71% from 264); Blue value is 103 (40.62% from 255 or 39.02% from 264); Max value from RGB is 103 - color contains mainly: blue. Hex color #485967 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485967 is #B7A698. Grayscale: #555555. Windows color (decimal): -12035737 or 6773064. OLE color: 6773064.

HSL color Cylindrical-coordinate representation of color #485967: hue angle of 207.1º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #485967 is Cyan = 0.30, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB7289103-
CMYK0.300.1400.60
HSL207.1º17.71%34.31%-
HSV(B)207.1º30.1%40.39%-
XYZ8.699.514.21-
YUV85.51137.87118.36-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.27%
GREEN value IS 89 (35.16% from 255) = 33.71%
BLUE value IS 103 (40.62% from 255) = 39.02%
R=27.27%
G=33.71%
B=39.02%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal72891030.300.1400.60207.117.7134.31
Hex4859671EE03Ccf1222
Octal11013114736160743172242
Binary10010001011001110011111110111001111001100111110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485967; }

 p { color: rgb(72,89,103); }

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

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

 a { background-color: rgb(72,89,103); }

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

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

 span { border-color: rgb(72,89,103); }

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