#485666

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

Shades of Fiord #485666

Tints of Fiord #485666

Color information

#485666 (or 0x485666) is unknown color: approx Fiord. HEX triplet: 48, 56 and 66. RGB value is (72,86,102). Sum of RGB (Red+Green+Blue) = 72+86+102=260 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.69% from 260); Green value is 86 (33.98% from 255 or 33.08% from 260); Blue value is 102 (40.23% from 255 or 39.23% from 260); Max value from RGB is 102 - color contains mainly: blue. Hex color #485666 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485666 is #B7A999. Grayscale: #535353. Windows color (decimal): -12036506 or 6706760. OLE color: 6706760.

HSL color Cylindrical-coordinate representation of color #485666: hue angle of 212º 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 #485666 is Cyan = 0.29, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB7286102-
CMYK0.290.1600.6
HSL212º17.24%34.12%-
HSV(B)212º29.41%40%-
XYZ8.48.9913.86-
YUV83.64138.36119.7-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.69%
GREEN value IS 86 (33.98% from 255) = 33.08%
BLUE value IS 102 (40.23% from 255) = 39.23%
R=27.69%
G=33.08%
B=39.23%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal72861020.290.1600.621217.2434.12
Hex4856661D1003Cd41122
Octal11012614635200743242142
Binary100100010101101100110111011000001111001101010010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485666; }

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

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

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

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

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

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

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

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