#485A6C

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

Shades of Fiord #485A6C

Tints of Fiord #485A6C

Color information

#485A6C (or 0x485A6C) is unknown color: approx Fiord. HEX triplet: 48, 5A and 6C. RGB value is (72,90,108). Sum of RGB (Red+Green+Blue) = 72+90+108=270 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.67% from 270); Green value is 90 (35.55% from 255 or 33.33% from 270); Blue value is 108 (42.58% from 255 or 40% from 270); Max value from RGB is 108 - color contains mainly: blue. Hex color #485A6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485A6C is #B7A593. Grayscale: #565656. Windows color (decimal): -12035476 or 7101000. OLE color: 7101000.

HSL color Cylindrical-coordinate representation of color #485A6C: hue angle of 210º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #485A6C is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7290108-
CMYK0.330.1700.58
HSL210º20%35.29%-
HSV(B)210º33.33%42.35%-
XYZ9.049.7715.6-
YUV86.67140.04117.54-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.67%
GREEN value IS 90 (35.55% from 255) = 33.33%
BLUE value IS 108 (42.58% from 255) = 40%
R=26.67%
G=33.33%
B=40%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal72901080.330.1700.582102035.29
Hex485A6C211103Ad21423
Octal11013215441210723222443
Binary1001000101101011011001000011000101110101101001010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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