#475E69

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

Shades of Fiord #475E69

Tints of Fiord #475E69

Color information

#475E69 (or 0x475E69) is unknown color: approx Fiord. HEX triplet: 47, 5E and 69. RGB value is (71,94,105). Sum of RGB (Red+Green+Blue) = 71+94+105=270 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.30% from 270); Green value is 94 (37.11% from 255 or 34.81% from 270); Blue value is 105 (41.41% from 255 or 38.89% from 270); Max value from RGB is 105 - color contains mainly: blue. Hex color #475E69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475E69 is #B8A196. Grayscale: #585858. Windows color (decimal): -12099991 or 6905415. OLE color: 6905415.

HSL color Cylindrical-coordinate representation of color #475E69: hue angle of 199.41º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #475E69 is Cyan = 0.32, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB7194105-
CMYK0.320.1000.59
HSL199.41º19.32%34.51%-
HSV(B)199.41º32.38%41.18%-
XYZ9.1510.3614.88-
YUV88.38137.38115.61-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.30%
GREEN value IS 94 (37.11% from 255) = 34.81%
BLUE value IS 105 (41.41% from 255) = 38.89%
R=26.30%
G=34.81%
B=38.89%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal71941050.320.1000.59199.4119.3234.51
Hex475E6920A03Bc71323
Octal10713615140120733072343
Binary100011110111101101001100000101001110111100011110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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