#485961

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

Shades of Fiord #485961

Tints of Fiord #485961

Color information

#485961 (or 0x485961) is unknown color: approx Fiord. HEX triplet: 48, 59 and 61. RGB value is (72,89,97). Sum of RGB (Red+Green+Blue) = 72+89+97=258 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.91% from 258); Green value is 89 (35.16% from 255 or 34.50% from 258); Blue value is 97 (38.28% from 255 or 37.60% from 258); Max value from RGB is 97 - color contains mainly: blue. Hex color #485961 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485961 is #B7A69E. Grayscale: #545454. Windows color (decimal): -12035743 or 6379848. OLE color: 6379848.

HSL color Cylindrical-coordinate representation of color #485961: hue angle of 199.2º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #485961 is Cyan = 0.26, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB728997-
CMYK0.260.0800.62
HSL199.2º14.79%33.14%-
HSV(B)199.2º25.77%38.04%-
XYZ8.49.3912.68-
YUV84.83134.87118.85-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.91%
GREEN value IS 89 (35.16% from 255) = 34.50%
BLUE value IS 97 (38.28% from 255) = 37.60%
R=27.91%
G=34.50%
B=37.60%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7289970.260.0800.62199.214.7933.14
Hex4859611A803Ec7f21
Octal11013114132100763071741
Binary1001000101100111000011101010000111110110001111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485961; }

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

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

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

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

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

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

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

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