#475E70

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

Shades of Fiord #475E70

Tints of Fiord #475E70

Color information

#475E70 (or 0x475E70) is unknown color: approx Fiord. HEX triplet: 47, 5E and 70. RGB value is (71,94,112). Sum of RGB (Red+Green+Blue) = 71+94+112=277 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.63% from 277); Green value is 94 (37.11% from 255 or 33.94% from 277); Blue value is 112 (44.14% from 255 or 40.43% from 277); Max value from RGB is 112 - color contains mainly: blue. Hex color #475E70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475E70 is #B8A18F. Grayscale: #595959. Windows color (decimal): -12099984 or 7364167. OLE color: 7364167.

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

Color convert

RGB7194112-
CMYK0.370.1600.56
HSL206.34º22.4%35.88%-
HSV(B)206.34º36.61%43.92%-
XYZ9.5310.5116.86-
YUV89.18140.88115.04-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.63%
GREEN value IS 94 (37.11% from 255) = 33.94%
BLUE value IS 112 (44.14% from 255) = 40.43%
R=25.63%
G=33.94%
B=40.43%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal71941120.370.1600.56206.3422.435.88
Hex475E702510038ce1624
Octal10713616045200703162644
Binary1000111101111011100001001011000001110001100111010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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