#475B6D

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

Shades of Fiord #475B6D

Tints of Fiord #475B6D

Color information

#475B6D (or 0x475B6D) is unknown color: approx Fiord. HEX triplet: 47, 5B and 6D. RGB value is (71,91,109). Sum of RGB (Red+Green+Blue) = 71+91+109=271 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.20% from 271); Green value is 91 (35.94% from 255 or 33.58% from 271); Blue value is 109 (42.97% from 255 or 40.22% from 271); Max value from RGB is 109 - color contains mainly: blue. Hex color #475B6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475B6D is #B8A492. Grayscale: #565656. Windows color (decimal): -12100755 or 7166791. OLE color: 7166791.

HSL color Cylindrical-coordinate representation of color #475B6D: hue angle of 208.42º 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 #475B6D is Cyan = 0.35, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB7191109-
CMYK0.350.1700.57
HSL208.42º21.11%35.29%-
HSV(B)208.42º34.86%42.75%-
XYZ9.19.9315.9-
YUV87.07140.37116.54-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.20%
GREEN value IS 91 (35.94% from 255) = 33.58%
BLUE value IS 109 (42.97% from 255) = 40.22%
R=26.20%
G=33.58%
B=40.22%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal71911090.350.1700.57208.4221.1135.29
Hex475B6D2311039d01523
Octal10713315543210713202543
Binary1000111101101111011011000111000101110011101000010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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