#485C69

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

Shades of Fiord #485C69

Tints of Fiord #485C69

Color information

#485C69 (or 0x485C69) is unknown color: approx Fiord. HEX triplet: 48, 5C and 69. RGB value is (72,92,105). Sum of RGB (Red+Green+Blue) = 72+92+105=269 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.77% from 269); Green value is 92 (36.33% from 255 or 34.20% from 269); Blue value is 105 (41.41% from 255 or 39.03% from 269); Max value from RGB is 105 - color contains mainly: blue. Hex color #485C69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485C69 is #B7A396. Grayscale: #575757. Windows color (decimal): -12034967 or 6904904. OLE color: 6904904.

HSL color Cylindrical-coordinate representation of color #485C69: hue angle of 203.64º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #485C69 is Cyan = 0.31, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB7292105-
CMYK0.310.1200.59
HSL203.64º18.64%34.71%-
HSV(B)203.64º31.43%41.18%-
XYZ9.0510.0514.83-
YUV87.5137.87116.94-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.77%
GREEN value IS 92 (36.33% from 255) = 34.20%
BLUE value IS 105 (41.41% from 255) = 39.03%
R=26.77%
G=34.20%
B=39.03%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal72921050.310.1200.59203.6418.6434.71
Hex485C691FC03Bcc1323
Octal11013415137140733142343
Binary10010001011100110100111111110001110111100110010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,92,105); }

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

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

 a { background-color: rgb(72,92,105); }

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

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

 span { border-color: rgb(72,92,105); }

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