#475F6F

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

Shades of Fiord #475F6F

Tints of Fiord #475F6F

Color information

#475F6F (or 0x475F6F) is unknown color: approx Fiord. HEX triplet: 47, 5F and 6F. RGB value is (71,95,111). Sum of RGB (Red+Green+Blue) = 71+95+111=277 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.63% from 277); Green value is 95 (37.5% from 255 or 34.30% from 277); Blue value is 111 (43.75% from 255 or 40.07% from 277); Max value from RGB is 111 - color contains mainly: blue. Hex color #475F6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475F6F is #B8A090. Grayscale: #595959. Windows color (decimal): -12099729 or 7298887. OLE color: 7298887.

HSL color Cylindrical-coordinate representation of color #475F6F: hue angle of 204º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #475F6F is Cyan = 0.36, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7195111-
CMYK0.360.1400.56
HSL204º21.98%35.69%-
HSV(B)204º36.04%43.53%-
XYZ9.5610.6716.59-
YUV89.65140.05114.7-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.63%
GREEN value IS 95 (37.5% from 255) = 34.30%
BLUE value IS 111 (43.75% from 255) = 40.07%
R=25.63%
G=34.30%
B=40.07%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal71951110.360.1400.5620421.9835.69
Hex475F6F24E038cc1624
Octal10713715744160703142644
Binary100011110111111101111100100111001110001100110010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,95,111); }

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

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

 a { background-color: rgb(71,95,111); }

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

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

 span { border-color: rgb(71,95,111); }

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