#476072

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

Shades of Fiord #476072

Tints of Fiord #476072

Color information

#476072 (or 0x476072) is unknown color: approx Fiord. HEX triplet: 47, 60 and 72. RGB value is (71,96,114). Sum of RGB (Red+Green+Blue) = 71+96+114=281 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.27% from 281); Green value is 96 (37.89% from 255 or 34.16% from 281); Blue value is 114 (44.92% from 255 or 40.57% from 281); Max value from RGB is 114 - color contains mainly: blue. Hex color #476072 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476072 is #B89F8D. Grayscale: #5A5A5A. Windows color (decimal): -12099470 or 7495751. OLE color: 7495751.

HSL color Cylindrical-coordinate representation of color #476072: hue angle of 205.12º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #476072 is Cyan = 0.38, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7196114-
CMYK0.380.1600.55
HSL205.12º23.24%36.27%-
HSV(B)205.12º37.72%44.71%-
XYZ9.8210.9217.51-
YUV90.58141.22114.04-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.27%
GREEN value IS 96 (37.89% from 255) = 34.16%
BLUE value IS 114 (44.92% from 255) = 40.57%
R=25.27%
G=34.16%
B=40.57%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal71961140.380.1600.55205.1223.2436.27
Hex4760722610037cd1724
Octal10714016246200673152744
Binary1000111110000011100101001101000001101111100110110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476072; }

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

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

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

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

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

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

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

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