#485764

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

Shades of Fiord #485764

Tints of Fiord #485764

Color information

#485764 (or 0x485764) is unknown color: approx Fiord. HEX triplet: 48, 57 and 64. RGB value is (72,87,100). Sum of RGB (Red+Green+Blue) = 72+87+100=259 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.80% from 259); Green value is 87 (34.38% from 255 or 33.59% from 259); Blue value is 100 (39.45% from 255 or 38.61% from 259); Max value from RGB is 100 - color contains mainly: blue. Hex color #485764 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485764 is #B7A89B. Grayscale: #535353. Windows color (decimal): -12036252 or 6575944. OLE color: 6575944.

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

Color convert

RGB7287100-
CMYK0.280.1300.61
HSL207.86º16.28%33.73%-
HSV(B)207.86º28%39.22%-
XYZ8.389.1113.37-
YUV84137.03119.44-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.80%
GREEN value IS 87 (34.38% from 255) = 33.59%
BLUE value IS 100 (39.45% from 255) = 38.61%
R=27.80%
G=33.59%
B=38.61%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal72871000.280.1300.61207.8616.2833.73
Hex4857641CD03Dd01022
Octal11012714434150753202042
Binary10010001010111110010011100110101111011101000010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485764; }

 p { color: rgb(72,87,100); }

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

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

 a { background-color: rgb(72,87,100); }

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

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

 span { border-color: rgb(72,87,100); }

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