#485F6F

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

Shades of Fiord #485F6F

Tints of Fiord #485F6F

Color information

#485F6F (or 0x485F6F) is unknown color: approx Fiord. HEX triplet: 48, 5F and 6F. RGB value is (72,95,111). Sum of RGB (Red+Green+Blue) = 72+95+111=278 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.90% from 278); Green value is 95 (37.5% from 255 or 34.17% from 278); Blue value is 111 (43.75% from 255 or 39.93% from 278); Max value from RGB is 111 - color contains mainly: blue. Hex color #485F6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485F6F is #B7A090. Grayscale: #595959. Windows color (decimal): -12034193 or 7298888. OLE color: 7298888.

HSL color Cylindrical-coordinate representation of color #485F6F: hue angle of 204.62º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #485F6F is Cyan = 0.35, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7295111-
CMYK0.350.1400.56
HSL204.62º21.31%35.88%-
HSV(B)204.62º35.14%43.53%-
XYZ9.6310.7116.6-
YUV89.95139.88115.2-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.90%
GREEN value IS 95 (37.5% from 255) = 34.17%
BLUE value IS 111 (43.75% from 255) = 39.93%
R=25.90%
G=34.17%
B=39.93%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal72951110.350.1400.56204.6221.3135.88
Hex485F6F23E038cd1524
Octal11013715743160703152544
Binary100100010111111101111100011111001110001100110110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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