#485866

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

Shades of Fiord #485866

Tints of Fiord #485866

Color information

#485866 (or 0x485866) is unknown color: approx Fiord. HEX triplet: 48, 58 and 66. RGB value is (72,88,102). Sum of RGB (Red+Green+Blue) = 72+88+102=262 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.48% from 262); Green value is 88 (34.77% from 255 or 33.59% from 262); Blue value is 102 (40.23% from 255 or 38.93% from 262); Max value from RGB is 102 - color contains mainly: blue. Hex color #485866 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485866 is #B7A799. Grayscale: #545454. Windows color (decimal): -12035994 or 6707272. OLE color: 6707272.

HSL color Cylindrical-coordinate representation of color #485866: hue angle of 208º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #485866 is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB7288102-
CMYK0.290.1400.6
HSL208º17.24%34.12%-
HSV(B)208º29.41%40%-
XYZ8.569.3213.92-
YUV84.81137.7118.86-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.48%
GREEN value IS 88 (34.77% from 255) = 33.59%
BLUE value IS 102 (40.23% from 255) = 38.93%
R=27.48%
G=33.59%
B=38.93%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal72881020.290.1400.620817.2434.12
Hex4858661DE03Cd01122
Octal11013014635160743202142
Binary10010001011000110011011101111001111001101000010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485866; }

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

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

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

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

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

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

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

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