#475D65

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

Shades of Fiord #475D65

Tints of Fiord #475D65

Color information

#475D65 (or 0x475D65) is unknown color: approx Fiord. HEX triplet: 47, 5D and 65. RGB value is (71,93,101). Sum of RGB (Red+Green+Blue) = 71+93+101=265 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.79% from 265); Green value is 93 (36.72% from 255 or 35.09% from 265); Blue value is 101 (39.84% from 255 or 38.11% from 265); Max value from RGB is 101 - color contains mainly: blue. Hex color #475D65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475D65 is #B8A29A. Grayscale: #575757. Windows color (decimal): -12100251 or 6643015. OLE color: 6643015.

HSL color Cylindrical-coordinate representation of color #475D65: hue angle of 196º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #475D65 is Cyan = 0.30, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB7193101-
CMYK0.300.0800.60
HSL196º17.44%33.73%-
HSV(B)196º29.7%39.61%-
XYZ8.8610.1113.8-
YUV87.33135.71116.35-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.79%
GREEN value IS 93 (36.72% from 255) = 35.09%
BLUE value IS 101 (39.84% from 255) = 38.11%
R=26.79%
G=35.09%
B=38.11%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal71931010.300.0800.6019617.4433.73
Hex475D651E803Cc41122
Octal10713514536100743042142
Binary10001111011101110010111110100001111001100010010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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