#475A6B

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

Shades of Fiord #475A6B

Tints of Fiord #475A6B

Color information

#475A6B (or 0x475A6B) is unknown color: approx Fiord. HEX triplet: 47, 5A and 6B. RGB value is (71,90,107). Sum of RGB (Red+Green+Blue) = 71+90+107=268 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.49% from 268); Green value is 90 (35.55% from 255 or 33.58% from 268); Blue value is 107 (42.19% from 255 or 39.93% from 268); Max value from RGB is 107 - color contains mainly: blue. Hex color #475A6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475A6B is #B8A594. Grayscale: #565656. Windows color (decimal): -12101013 or 7035463. OLE color: 7035463.

HSL color Cylindrical-coordinate representation of color #475A6B: hue angle of 208.33º degrees, saturation: 0.2, 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 #475A6B is Cyan = 0.34, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7190107-
CMYK0.340.1600.58
HSL208.33º20.22%34.9%-
HSV(B)208.33º33.64%41.96%-
XYZ8.919.7115.32-
YUV86.26139.71117.12-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.49%
GREEN value IS 90 (35.55% from 255) = 33.58%
BLUE value IS 107 (42.19% from 255) = 39.93%
R=26.49%
G=33.58%
B=39.93%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal71901070.340.1600.58208.3320.2234.9
Hex475A6B221003Ad01423
Octal10713215342200723202443
Binary1000111101101011010111000101000001110101101000010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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