#485A60

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

Shades of Fiord #485A60

Tints of Fiord #485A60

Color information

#485A60 (or 0x485A60) is unknown color: approx Fiord. HEX triplet: 48, 5A and 60. RGB value is (72,90,96). Sum of RGB (Red+Green+Blue) = 72+90+96=258 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.91% from 258); Green value is 90 (35.55% from 255 or 34.88% from 258); Blue value is 96 (37.89% from 255 or 37.21% from 258); Max value from RGB is 96 - color contains mainly: blue. Hex color #485A60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485A60 is #B7A59F. Grayscale: #555555. Windows color (decimal): -12035488 or 6314568. OLE color: 6314568.

HSL color Cylindrical-coordinate representation of color #485A60: hue angle of 195º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #485A60 is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB729096-
CMYK0.250.0600.62
HSL195º14.29%32.94%-
HSV(B)195º25%37.65%-
XYZ8.449.5312.46-
YUV85.3134.04118.51-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.91%
GREEN value IS 90 (35.55% from 255) = 34.88%
BLUE value IS 96 (37.89% from 255) = 37.21%
R=27.91%
G=34.88%
B=37.21%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7290960.250.0600.6219514.2932.94
Hex485A6019603Ec3e21
Octal1101321403160763031641
Binary100100010110101100000110011100111110110000111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,90,96); }

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

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

 a { background-color: rgb(72,90,96); }

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

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

 span { border-color: rgb(72,90,96); }

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