#475B63

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

Shades of Fiord #475B63

Tints of Fiord #475B63

Color information

#475B63 (or 0x475B63) is unknown color: approx Fiord. HEX triplet: 47, 5B and 63. RGB value is (71,91,99). Sum of RGB (Red+Green+Blue) = 71+91+99=261 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.20% from 261); Green value is 91 (35.94% from 255 or 34.87% from 261); Blue value is 99 (39.06% from 255 or 37.93% from 261); Max value from RGB is 99 - color contains mainly: blue. Hex color #475B63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475B63 is #B8A49C. Grayscale: #555555. Windows color (decimal): -12100765 or 6511431. OLE color: 6511431.

HSL color Cylindrical-coordinate representation of color #475B63: hue angle of 197.14º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #475B63 is Cyan = 0.28, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB719199-
CMYK0.280.0800.61
HSL197.14º16.47%33.33%-
HSV(B)197.14º28.28%38.82%-
XYZ8.599.7213.23-
YUV85.93135.37117.35-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.20%
GREEN value IS 91 (35.94% from 255) = 34.87%
BLUE value IS 99 (39.06% from 255) = 37.93%
R=27.20%
G=34.87%
B=37.93%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7191990.280.0800.61197.1416.4733.33
Hex475B631C803Dc51021
Octal10713314334100753052041
Binary10001111011011110001111100100001111011100010110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475B63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,91,99); }

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

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

 a { background-color: rgb(71,91,99); }

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

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

 span { border-color: rgb(71,91,99); }

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