#475F6D

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

Shades of Fiord #475F6D

Tints of Fiord #475F6D

Color information

#475F6D (or 0x475F6D) is unknown color: approx Fiord. HEX triplet: 47, 5F and 6D. RGB value is (71,95,109). Sum of RGB (Red+Green+Blue) = 71+95+109=275 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.82% from 275); Green value is 95 (37.5% from 255 or 34.55% from 275); Blue value is 109 (42.97% from 255 or 39.64% from 275); Max value from RGB is 109 - color contains mainly: blue. Hex color #475F6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475F6D is #B8A092. Grayscale: #595959. Windows color (decimal): -12099731 or 7167815. OLE color: 7167815.

HSL color Cylindrical-coordinate representation of color #475F6D: hue angle of 202.11º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #475F6D is Cyan = 0.35, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB7195109-
CMYK0.350.1300.57
HSL202.11º21.11%35.29%-
HSV(B)202.11º34.86%42.75%-
XYZ9.4510.6316.02-
YUV89.42139.05114.86-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.82%
GREEN value IS 95 (37.5% from 255) = 34.55%
BLUE value IS 109 (42.97% from 255) = 39.64%
R=25.82%
G=34.55%
B=39.64%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal71951090.350.1300.57202.1121.1135.29
Hex475F6D23D039ca1523
Octal10713715543150713122543
Binary100011110111111101101100011110101110011100101010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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