#475A64

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

Shades of Fiord #475A64

Tints of Fiord #475A64

Color information

#475A64 (or 0x475A64) is unknown color: approx Fiord. HEX triplet: 47, 5A and 64. RGB value is (71,90,100). Sum of RGB (Red+Green+Blue) = 71+90+100=261 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.20% from 261); Green value is 90 (35.55% from 255 or 34.48% from 261); Blue value is 100 (39.45% from 255 or 38.31% from 261); Max value from RGB is 100 - color contains mainly: blue. Hex color #475A64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475A64 is #B8A59B. Grayscale: #555555. Windows color (decimal): -12101020 or 6576711. OLE color: 6576711.

HSL color Cylindrical-coordinate representation of color #475A64: hue angle of 200.69º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #475A64 is Cyan = 0.29, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB7190100-
CMYK0.290.1000.61
HSL200.69º16.96%33.53%-
HSV(B)200.69º29%39.22%-
XYZ8.559.5713.45-
YUV85.46136.21117.69-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.20%
GREEN value IS 90 (35.55% from 255) = 34.48%
BLUE value IS 100 (39.45% from 255) = 38.31%
R=27.20%
G=34.48%
B=38.31%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal71901000.290.1000.61200.6916.9633.53
Hex475A641DA03Dc91122
Octal10713214435120753112142
Binary10001111011010110010011101101001111011100100110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475A64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,90,100); }

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

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

 a { background-color: rgb(71,90,100); }

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

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

 span { border-color: rgb(71,90,100); }

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