#485861

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

Shades of Fiord #485861

Tints of Fiord #485861

Color information

#485861 (or 0x485861) is unknown color: approx Fiord. HEX triplet: 48, 58 and 61. RGB value is (72,88,97). Sum of RGB (Red+Green+Blue) = 72+88+97=257 (34% of max value = 765). Red value is 72 (28.52% from 255 or 28.02% from 257); Green value is 88 (34.77% from 255 or 34.24% from 257); Blue value is 97 (38.28% from 255 or 37.74% from 257); Max value from RGB is 97 - color contains mainly: blue. Hex color #485861 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485861 is #B7A79E. Grayscale: #545454. Windows color (decimal): -12035999 or 6379592. OLE color: 6379592.

HSL color Cylindrical-coordinate representation of color #485861: hue angle of 201.6º 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 #485861 is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB728897-
CMYK0.260.0900.62
HSL201.6º14.79%33.14%-
HSV(B)201.6º25.77%38.04%-
XYZ8.329.2212.65-
YUV84.24135.2119.27-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.02%
GREEN value IS 88 (34.77% from 255) = 34.24%
BLUE value IS 97 (38.28% from 255) = 37.74%
R=28.02%
G=34.24%
B=37.74%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7288970.260.0900.62201.614.7933.14
Hex4858611A903Ecaf21
Octal11013014132110763121741
Binary1001000101100011000011101010010111110110010101111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485861; }

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

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

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

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

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

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

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

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