#475C66

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

Shades of Fiord #475C66

Tints of Fiord #475C66

Color information

#475C66 (or 0x475C66) is unknown color: approx Fiord. HEX triplet: 47, 5C and 66. RGB value is (71,92,102). Sum of RGB (Red+Green+Blue) = 71+92+102=265 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.79% from 265); Green value is 92 (36.33% from 255 or 34.72% from 265); Blue value is 102 (40.23% from 255 or 38.49% from 265); Max value from RGB is 102 - color contains mainly: blue. Hex color #475C66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475C66 is #B8A399. Grayscale: #565656. Windows color (decimal): -12100506 or 6708295. OLE color: 6708295.

HSL color Cylindrical-coordinate representation of color #475C66: hue angle of 199.35º degrees, saturation: 0.18, 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 #475C66 is Cyan = 0.30, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB7192102-
CMYK0.300.1000.6
HSL199.35º17.92%33.92%-
HSV(B)199.35º30.39%40%-
XYZ8.829.9514.03-
YUV86.86136.54116.69-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.79%
GREEN value IS 92 (36.33% from 255) = 34.72%
BLUE value IS 102 (40.23% from 255) = 38.49%
R=26.79%
G=34.72%
B=38.49%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal71921020.300.1000.6199.3517.9233.92
Hex475C661EA03Cc71222
Octal10713414636120743072242
Binary10001111011100110011011110101001111001100011110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,92,102); }

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

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

 a { background-color: rgb(71,92,102); }

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

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

 span { border-color: rgb(71,92,102); }

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