#475E6D

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

Shades of Fiord #475E6D

Tints of Fiord #475E6D

Color information

#475E6D (or 0x475E6D) is unknown color: approx Fiord. HEX triplet: 47, 5E and 6D. RGB value is (71,94,109). Sum of RGB (Red+Green+Blue) = 71+94+109=274 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.91% from 274); Green value is 94 (37.11% from 255 or 34.31% from 274); Blue value is 109 (42.97% from 255 or 39.78% from 274); Max value from RGB is 109 - color contains mainly: blue. Hex color #475E6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475E6D is #B8A192. Grayscale: #585858. Windows color (decimal): -12099987 or 7167559. OLE color: 7167559.

HSL color Cylindrical-coordinate representation of color #475E6D: hue angle of 203.68º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #475E6D is Cyan = 0.35, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB7194109-
CMYK0.350.1400.57
HSL203.68º21.11%35.29%-
HSV(B)203.68º34.86%42.75%-
XYZ9.3610.4515.99-
YUV88.83139.38115.28-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.91%
GREEN value IS 94 (37.11% from 255) = 34.31%
BLUE value IS 109 (42.97% from 255) = 39.78%
R=25.91%
G=34.31%
B=39.78%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal71941090.350.1400.57203.6821.1135.29
Hex475E6D23E039cc1523
Octal10713615543160713142543
Binary100011110111101101101100011111001110011100110010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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