#485B66

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

Shades of Fiord #485B66

Tints of Fiord #485B66

Color information

#485B66 (or 0x485B66) is unknown color: approx Fiord. HEX triplet: 48, 5B and 66. RGB value is (72,91,102). Sum of RGB (Red+Green+Blue) = 72+91+102=265 (35% of max value = 765). Red value is 72 (28.52% from 255 or 27.17% from 265); Green value is 91 (35.94% from 255 or 34.34% from 265); Blue value is 102 (40.23% from 255 or 38.49% from 265); Max value from RGB is 102 - color contains mainly: blue. Hex color #485B66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485B66 is #B7A499. Grayscale: #565656. Windows color (decimal): -12035226 or 6708040. OLE color: 6708040.

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

Color convert

RGB7291102-
CMYK0.290.1100.6
HSL202º17.24%34.12%-
HSV(B)202º29.41%40%-
XYZ8.819.8214-
YUV86.57136.71117.61-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.17%
GREEN value IS 91 (35.94% from 255) = 34.34%
BLUE value IS 102 (40.23% from 255) = 38.49%
R=27.17%
G=34.34%
B=38.49%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal72911020.290.1100.620217.2434.12
Hex485B661DB03Cca1122
Octal11013314635130743122142
Binary10010001011011110011011101101101111001100101010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485B66; }

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

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

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

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

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

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

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

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