#485E70

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

Shades of Fiord #485E70

Tints of Fiord #485E70

Color information

#485E70 (or 0x485E70) is unknown color: approx Fiord. HEX triplet: 48, 5E and 70. RGB value is (72,94,112). Sum of RGB (Red+Green+Blue) = 72+94+112=278 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.90% from 278); Green value is 94 (37.11% from 255 or 33.81% from 278); Blue value is 112 (44.14% from 255 or 40.29% from 278); Max value from RGB is 112 - color contains mainly: blue. Hex color #485E70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485E70 is #B7A18F. Grayscale: #595959. Windows color (decimal): -12034448 or 7364168. OLE color: 7364168.

HSL color Cylindrical-coordinate representation of color #485E70: hue angle of 207º 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 #485E70 is Cyan = 0.36, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7294112-
CMYK0.360.1600.56
HSL207º21.74%36.08%-
HSV(B)207º35.71%43.92%-
XYZ9.610.5516.86-
YUV89.47140.71115.54-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.90%
GREEN value IS 94 (37.11% from 255) = 33.81%
BLUE value IS 112 (44.14% from 255) = 40.29%
R=25.90%
G=33.81%
B=40.29%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal72941120.360.1600.5620721.7436.08
Hex485E702410038cf1624
Octal11013616044200703172644
Binary1001000101111011100001001001000001110001100111110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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