#476071

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

Shades of Fiord #476071

Tints of Fiord #476071

Color information

#476071 (or 0x476071) is unknown color: approx Fiord. HEX triplet: 47, 60 and 71. RGB value is (71,96,113). Sum of RGB (Red+Green+Blue) = 71+96+113=280 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.36% from 280); Green value is 96 (37.89% from 255 or 34.29% from 280); Blue value is 113 (44.53% from 255 or 40.36% from 280); Max value from RGB is 113 - color contains mainly: blue. Hex color #476071 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476071 is #B89F8E. Grayscale: #5A5A5A. Windows color (decimal): -12099471 or 7430215. OLE color: 7430215.

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

Color convert

RGB7196113-
CMYK0.370.1500.56
HSL204.29º22.83%36.08%-
HSV(B)204.29º37.17%44.31%-
XYZ9.7610.917.21-
YUV90.46140.72114.12-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.36%
GREEN value IS 96 (37.89% from 255) = 34.29%
BLUE value IS 113 (44.53% from 255) = 40.36%
R=25.36%
G=34.29%
B=40.36%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal71961130.370.1500.56204.2922.8336.08
Hex47607125F038cc1724
Octal10714016145170703142744
Binary100011111000001110001100101111101110001100110010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476071; }

 p { color: rgb(71,96,113); }

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

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

 a { background-color: rgb(71,96,113); }

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

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

 span { border-color: rgb(71,96,113); }

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