#485963

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

Shades of Fiord #485963

Tints of Fiord #485963

Color information

#485963 (or 0x485963) is unknown color: approx Fiord. HEX triplet: 48, 59 and 63. RGB value is (72,89,99). Sum of RGB (Red+Green+Blue) = 72+89+99=260 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.69% from 260); Green value is 89 (35.16% from 255 or 34.23% from 260); Blue value is 99 (39.06% from 255 or 38.08% from 260); Max value from RGB is 99 - color contains mainly: blue. Hex color #485963 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485963 is #B7A69C. Grayscale: #555555. Windows color (decimal): -12035741 or 6510920. OLE color: 6510920.

HSL color Cylindrical-coordinate representation of color #485963: hue angle of 202.22º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #485963 is Cyan = 0.27, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB728999-
CMYK0.270.1000.61
HSL202.22º15.79%33.53%-
HSV(B)202.22º27.27%38.82%-
XYZ8.59.4213.18-
YUV85.06135.87118.69-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.69%
GREEN value IS 89 (35.16% from 255) = 34.23%
BLUE value IS 99 (39.06% from 255) = 38.08%
R=27.69%
G=34.23%
B=38.08%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7289990.270.1000.61202.2215.7933.53
Hex4859631BA03Dca1022
Octal11013114333120753122042
Binary10010001011001110001111011101001111011100101010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485963; }

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

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

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

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

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

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

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

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