#485A62

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

Shades of Fiord #485A62

Tints of Fiord #485A62

Color information

#485A62 (or 0x485A62) is unknown color: approx Fiord. HEX triplet: 48, 5A and 62. RGB value is (72,90,98). Sum of RGB (Red+Green+Blue) = 72+90+98=260 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.69% from 260); Green value is 90 (35.55% from 255 or 34.62% from 260); Blue value is 98 (38.67% from 255 or 37.69% from 260); Max value from RGB is 98 - color contains mainly: blue. Hex color #485A62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485A62 is #B7A59D. Grayscale: #555555. Windows color (decimal): -12035486 or 6445640. OLE color: 6445640.

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

Color convert

RGB729098-
CMYK0.270.0800.62
HSL198.46º15.29%33.33%-
HSV(B)198.46º26.53%38.43%-
XYZ8.539.5712.95-
YUV85.53135.04118.35-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.69%
GREEN value IS 90 (35.55% from 255) = 34.62%
BLUE value IS 98 (38.67% from 255) = 37.69%
R=27.69%
G=34.62%
B=37.69%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7290980.270.0800.62198.4615.2933.33
Hex485A621B803Ec6f21
Octal11013214233100763061741
Binary1001000101101011000101101110000111110110001101111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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