#475A6C

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

Shades of Fiord #475A6C

Tints of Fiord #475A6C

Color information

#475A6C (or 0x475A6C) is unknown color: approx Fiord. HEX triplet: 47, 5A and 6C. RGB value is (71,90,108). Sum of RGB (Red+Green+Blue) = 71+90+108=269 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.39% from 269); Green value is 90 (35.55% from 255 or 33.46% from 269); Blue value is 108 (42.58% from 255 or 40.15% from 269); Max value from RGB is 108 - color contains mainly: blue. Hex color #475A6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475A6C is #B8A593. Grayscale: #565656. Windows color (decimal): -12101012 or 7100999. OLE color: 7100999.

HSL color Cylindrical-coordinate representation of color #475A6C: hue angle of 209.19º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #475A6C is Cyan = 0.34, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7190108-
CMYK0.340.1700.58
HSL209.19º20.67%35.1%-
HSV(B)209.19º34.26%42.35%-
XYZ8.969.7315.59-
YUV86.37140.21117.04-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.39%
GREEN value IS 90 (35.55% from 255) = 33.46%
BLUE value IS 108 (42.58% from 255) = 40.15%
R=26.39%
G=33.46%
B=40.15%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal71901080.340.1700.58209.1920.6735.1
Hex475A6C221103Ad11523
Octal10713215442210723212543
Binary1000111101101011011001000101000101110101101000110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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