#485F70

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

Shades of Fiord #485F70

Tints of Fiord #485F70

Color information

#485F70 (or 0x485F70) is unknown color: approx Fiord. HEX triplet: 48, 5F and 70. RGB value is (72,95,112). Sum of RGB (Red+Green+Blue) = 72+95+112=279 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.81% from 279); Green value is 95 (37.5% from 255 or 34.05% from 279); Blue value is 112 (44.14% from 255 or 40.14% from 279); Max value from RGB is 112 - color contains mainly: blue. Hex color #485F70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485F70 is #B7A08F. Grayscale: #595959. Windows color (decimal): -12034192 or 7364424. OLE color: 7364424.

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

Color convert

RGB7295112-
CMYK0.360.1500.56
HSL205.5º21.74%36.08%-
HSV(B)205.5º35.71%43.92%-
XYZ9.6910.7316.89-
YUV90.06140.38115.12-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.81%
GREEN value IS 95 (37.5% from 255) = 34.05%
BLUE value IS 112 (44.14% from 255) = 40.14%
R=25.81%
G=34.05%
B=40.14%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal72951120.360.1500.56205.521.7436.08
Hex485F7024F038ce1624
Octal11013716044170703162644
Binary100100010111111110000100100111101110001100111010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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