#475C6E

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

Shades of Fiord #475C6E

Tints of Fiord #475C6E

Color information

#475C6E (or 0x475C6E) is unknown color: approx Fiord. HEX triplet: 47, 5C and 6E. RGB value is (71,92,110). Sum of RGB (Red+Green+Blue) = 71+92+110=273 (36% of max value = 765). Red value is 71 (28.12% from 255 or 26.01% from 273); Green value is 92 (36.33% from 255 or 33.70% from 273); Blue value is 110 (43.36% from 255 or 40.29% from 273); Max value from RGB is 110 - color contains mainly: blue. Hex color #475C6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475C6E is #B8A391. Grayscale: #575757. Windows color (decimal): -12100498 or 7232583. OLE color: 7232583.

HSL color Cylindrical-coordinate representation of color #475C6E: hue angle of 207.69º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #475C6E is Cyan = 0.35, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB7192110-
CMYK0.350.1600.57
HSL207.69º21.55%35.49%-
HSV(B)207.69º35.45%43.14%-
XYZ9.2410.1216.22-
YUV87.77140.54116.04-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.01%
GREEN value IS 92 (36.33% from 255) = 33.70%
BLUE value IS 110 (43.36% from 255) = 40.29%
R=26.01%
G=33.70%
B=40.29%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal71921100.350.1600.57207.6921.5535.49
Hex475C6E2310039d01623
Octal10713415643200713202643
Binary1000111101110011011101000111000001110011101000010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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