#47616E

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

Shades of Fiord #47616E

Tints of Fiord #47616E

Color information

#47616E (or 0x47616E) is unknown color: approx Fiord. HEX triplet: 47, 61 and 6E. RGB value is (71,97,110). Sum of RGB (Red+Green+Blue) = 71+97+110=278 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.54% from 278); Green value is 97 (38.28% from 255 or 34.89% from 278); Blue value is 110 (43.36% from 255 or 39.57% from 278); Max value from RGB is 110 - color contains mainly: blue. Hex color #47616E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47616E is #B89E91. Grayscale: #5A5A5A. Windows color (decimal): -12099218 or 7233863. OLE color: 7233863.

HSL color Cylindrical-coordinate representation of color #47616E: hue angle of 200º degrees, saturation: 0.22, 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 #47616E is Cyan = 0.35, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB7197110-
CMYK0.350.1200.57
HSL200º21.55%35.49%-
HSV(B)200º35.45%43.14%-
XYZ9.6911.0116.37-
YUV90.71138.89113.94-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.54%
GREEN value IS 97 (38.28% from 255) = 34.89%
BLUE value IS 110 (43.36% from 255) = 39.57%
R=25.54%
G=34.89%
B=39.57%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal71971100.350.1200.5720021.5535.49
Hex47616E23C039c81623
Octal10714115643140713102643
Binary100011111000011101110100011110001110011100100010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47616E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47616E; }

 p { color: rgb(71,97,110); }

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

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

 a { background-color: rgb(71,97,110); }

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

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

 span { border-color: rgb(71,97,110); }

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