#475767

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

Shades of Fiord #475767

Tints of Fiord #475767

Color information

#475767 (or 0x475767) is unknown color: approx Fiord. HEX triplet: 47, 57 and 67. RGB value is (71,87,103). Sum of RGB (Red+Green+Blue) = 71+87+103=261 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.20% from 261); Green value is 87 (34.38% from 255 or 33.33% from 261); Blue value is 103 (40.62% from 255 or 39.46% from 261); Max value from RGB is 103 - color contains mainly: blue. Hex color #475767 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475767 is #B8A898. Grayscale: #535353. Windows color (decimal): -12101785 or 6772551. OLE color: 6772551.

HSL color Cylindrical-coordinate representation of color #475767: hue angle of 210º 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 #475767 is Cyan = 0.31, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB7187103-
CMYK0.310.1600.60
HSL210º18.39%34.12%-
HSV(B)210º31.07%40.39%-
XYZ8.459.1414.15-
YUV84.04138.7118.7-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.20%
GREEN value IS 87 (34.38% from 255) = 33.33%
BLUE value IS 103 (40.62% from 255) = 39.46%
R=27.20%
G=33.33%
B=39.46%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal71871030.310.1600.6021018.3934.12
Hex4757671F1003Cd21222
Octal10712714737200743222242
Binary100011110101111100111111111000001111001101001010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475767; }

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

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

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

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

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

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

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

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