#475D6B

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

Shades of Fiord #475D6B

Tints of Fiord #475D6B

Color information

#475D6B (or 0x475D6B) is unknown color: approx Fiord. HEX triplet: 47, 5D and 6B. RGB value is (71,93,107). Sum of RGB (Red+Green+Blue) = 71+93+107=271 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.20% from 271); Green value is 93 (36.72% from 255 or 34.32% from 271); Blue value is 107 (42.19% from 255 or 39.48% from 271); Max value from RGB is 107 - color contains mainly: blue. Hex color #475D6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475D6B is #B8A294. Grayscale: #575757. Windows color (decimal): -12100245 or 7036231. OLE color: 7036231.

HSL color Cylindrical-coordinate representation of color #475D6B: hue angle of 203.33º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #475D6B is Cyan = 0.34, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7193107-
CMYK0.340.1300.58
HSL203.33º20.22%34.9%-
HSV(B)203.33º33.64%41.96%-
XYZ9.1710.2315.4-
YUV88.02138.71115.86-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.20%
GREEN value IS 93 (36.72% from 255) = 34.32%
BLUE value IS 107 (42.19% from 255) = 39.48%
R=26.20%
G=34.32%
B=39.48%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal71931070.340.1300.58203.3320.2234.9
Hex475D6B22D03Acb1423
Octal10713515342150723132443
Binary100011110111011101011100010110101110101100101110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475D6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,93,107); }

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

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

 a { background-color: rgb(71,93,107); }

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

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

 span { border-color: rgb(71,93,107); }

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