#475C63

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

Shades of Fiord #475C63

Tints of Fiord #475C63

Color information

#475C63 (or 0x475C63) is unknown color: approx Fiord. HEX triplet: 47, 5C and 63. RGB value is (71,92,99). Sum of RGB (Red+Green+Blue) = 71+92+99=262 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.10% from 262); Green value is 92 (36.33% from 255 or 35.11% from 262); Blue value is 99 (39.06% from 255 or 37.79% from 262); Max value from RGB is 99 - color contains mainly: blue. Hex color #475C63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475C63 is #B8A39C. Grayscale: #565656. Windows color (decimal): -12100509 or 6511687. OLE color: 6511687.

HSL color Cylindrical-coordinate representation of color #475C63: hue angle of 195º 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 #475C63 is Cyan = 0.28, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB719299-
CMYK0.280.0700.61
HSL195º16.47%33.33%-
HSV(B)195º28.28%38.82%-
XYZ8.689.8913.26-
YUV86.52135.04116.93-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.10%
GREEN value IS 92 (36.33% from 255) = 35.11%
BLUE value IS 99 (39.06% from 255) = 37.79%
R=27.10%
G=35.11%
B=37.79%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7192990.280.0700.6119516.4733.33
Hex475C631C703Dc31021
Octal1071341433470753032041
Binary1000111101110011000111110011101111011100001110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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