#485663

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

Shades of Fiord #485663

Tints of Fiord #485663

Color information

#485663 (or 0x485663) is unknown color: approx Fiord. HEX triplet: 48, 56 and 63. RGB value is (72,86,99). Sum of RGB (Red+Green+Blue) = 72+86+99=257 (34% of max value = 765). Red value is 72 (28.52% from 255 or 28.02% from 257); Green value is 86 (33.98% from 255 or 33.46% from 257); Blue value is 99 (39.06% from 255 or 38.52% from 257); Max value from RGB is 99 - color contains mainly: blue. Hex color #485663 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485663 is #B7A99C. Grayscale: #535353. Windows color (decimal): -12036509 or 6510152. OLE color: 6510152.

HSL color Cylindrical-coordinate representation of color #485663: hue angle of 208.89º 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 #485663 is Cyan = 0.27, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB728699-
CMYK0.270.1300.61
HSL208.89º15.79%33.53%-
HSV(B)208.89º27.27%38.82%-
XYZ8.258.9313.09-
YUV83.3136.86119.94-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.02%
GREEN value IS 86 (33.98% from 255) = 33.46%
BLUE value IS 99 (39.06% from 255) = 38.52%
R=28.02%
G=33.46%
B=38.52%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7286990.270.1300.61208.8915.7933.53
Hex4856631BD03Dd11022
Octal11012614333150753212042
Binary10010001010110110001111011110101111011101000110000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485663; }

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

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

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

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

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

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

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

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