#485863

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

Shades of Fiord #485863

Tints of Fiord #485863

Color information

#485863 (or 0x485863) is unknown color: approx Fiord. HEX triplet: 48, 58 and 63. RGB value is (72,88,99). Sum of RGB (Red+Green+Blue) = 72+88+99=259 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.80% from 259); Green value is 88 (34.77% from 255 or 33.98% from 259); Blue value is 99 (39.06% from 255 or 38.22% from 259); Max value from RGB is 99 - color contains mainly: blue. Hex color #485863 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485863 is #B7A79C. Grayscale: #545454. Windows color (decimal): -12035997 or 6510664. OLE color: 6510664.

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

Color convert

RGB728899-
CMYK0.270.1100.61
HSL204.44º15.79%33.53%-
HSV(B)204.44º27.27%38.82%-
XYZ8.419.2613.15-
YUV84.47136.2119.11-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.80%
GREEN value IS 88 (34.77% from 255) = 33.98%
BLUE value IS 99 (39.06% from 255) = 38.22%
R=27.80%
G=33.98%
B=38.22%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7288990.270.1100.61204.4415.7933.53
Hex4858631BB03Dcc1022
Octal11013014333130753142042
Binary10010001011000110001111011101101111011100110010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485863; }

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

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

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

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

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

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

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

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