#475E6B

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

Shades of Fiord #475E6B

Tints of Fiord #475E6B

Color information

#475E6B (or 0x475E6B) is unknown color: approx Fiord. HEX triplet: 47, 5E and 6B. RGB value is (71,94,107). Sum of RGB (Red+Green+Blue) = 71+94+107=272 (36% of max value = 765). Red value is 71 (28.12% from 255 or 26.10% from 272); Green value is 94 (37.11% from 255 or 34.56% from 272); Blue value is 107 (42.19% from 255 or 39.34% from 272); Max value from RGB is 107 - color contains mainly: blue. Hex color #475E6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475E6B is #B8A194. Grayscale: #585858. Windows color (decimal): -12099989 or 7036487. OLE color: 7036487.

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

Color convert

RGB7194107-
CMYK0.340.1200.58
HSL201.67º20.22%34.9%-
HSV(B)201.67º33.64%41.96%-
XYZ9.2610.4115.43-
YUV88.6138.38115.44-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.10%
GREEN value IS 94 (37.11% from 255) = 34.56%
BLUE value IS 107 (42.19% from 255) = 39.34%
R=26.10%
G=34.56%
B=39.34%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal71941070.340.1200.58201.6720.2234.9
Hex475E6B22C03Aca1423
Octal10713615342140723122443
Binary100011110111101101011100010110001110101100101010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475E6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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