#485F6C

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

Shades of Fiord #485F6C

Tints of Fiord #485F6C

Color information

#485F6C (or 0x485F6C) is unknown color: approx Fiord. HEX triplet: 48, 5F and 6C. RGB value is (72,95,108). Sum of RGB (Red+Green+Blue) = 72+95+108=275 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.18% from 275); Green value is 95 (37.5% from 255 or 34.55% from 275); Blue value is 108 (42.58% from 255 or 39.27% from 275); Max value from RGB is 108 - color contains mainly: blue. Hex color #485F6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485F6C is #B7A093. Grayscale: #595959. Windows color (decimal): -12034196 or 7102280. OLE color: 7102280.

HSL color Cylindrical-coordinate representation of color #485F6C: hue angle of 201.67º 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 #485F6C is Cyan = 0.33, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7295108-
CMYK0.330.1200.58
HSL201.67º20%35.29%-
HSV(B)201.67º33.33%42.35%-
XYZ9.4710.6415.74-
YUV89.6138.38115.44-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.18%
GREEN value IS 95 (37.5% from 255) = 34.55%
BLUE value IS 108 (42.58% from 255) = 39.27%
R=26.18%
G=34.55%
B=39.27%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal72951080.330.1200.58201.672035.29
Hex485F6C21C03Aca1423
Octal11013715441140723122443
Binary100100010111111101100100001110001110101100101010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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