#475D67

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

Shades of Fiord #475D67

Tints of Fiord #475D67

Color information

#475D67 (or 0x475D67) is unknown color: approx Fiord. HEX triplet: 47, 5D and 67. RGB value is (71,93,103). Sum of RGB (Red+Green+Blue) = 71+93+103=267 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.59% from 267); Green value is 93 (36.72% from 255 or 34.83% from 267); Blue value is 103 (40.62% from 255 or 38.58% from 267); Max value from RGB is 103 - color contains mainly: blue. Hex color #475D67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475D67 is #B8A298. Grayscale: #575757. Windows color (decimal): -12100249 or 6774087. OLE color: 6774087.

HSL color Cylindrical-coordinate representation of color #475D67: hue angle of 198.75º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #475D67 is Cyan = 0.31, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB7193103-
CMYK0.310.1000.60
HSL198.75º18.39%34.12%-
HSV(B)198.75º31.07%40.39%-
XYZ8.9610.1514.32-
YUV87.56136.71116.19-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.59%
GREEN value IS 93 (36.72% from 255) = 34.83%
BLUE value IS 103 (40.62% from 255) = 38.58%
R=26.59%
G=34.83%
B=38.58%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal71931030.310.1000.60198.7518.3934.12
Hex475D671FA03Cc71222
Octal10713514737120743072242
Binary10001111011101110011111111101001111001100011110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,93,103); }

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

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

 a { background-color: rgb(71,93,103); }

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

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

 span { border-color: rgb(71,93,103); }

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