#47616F

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

Shades of Fiord #47616F

Tints of Fiord #47616F

Color information

#47616F (or 0x47616F) is unknown color: approx Fiord. HEX triplet: 47, 61 and 6F. RGB value is (71,97,111). Sum of RGB (Red+Green+Blue) = 71+97+111=279 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.45% from 279); Green value is 97 (38.28% from 255 or 34.77% from 279); Blue value is 111 (43.75% from 255 or 39.78% from 279); Max value from RGB is 111 - color contains mainly: blue. Hex color #47616F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47616F is #B89E90. Grayscale: #5A5A5A. Windows color (decimal): -12099217 or 7299399. OLE color: 7299399.

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

Color convert

RGB7197111-
CMYK0.360.1300.56
HSL201º21.98%35.69%-
HSV(B)201º36.04%43.53%-
XYZ9.7411.0416.66-
YUV90.82139.39113.86-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.45%
GREEN value IS 97 (38.28% from 255) = 34.77%
BLUE value IS 111 (43.75% from 255) = 39.78%
R=25.45%
G=34.77%
B=39.78%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal71971110.360.1300.5620121.9835.69
Hex47616F24D038c91624
Octal10714115744150703112644
Binary100011111000011101111100100110101110001100100110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47616F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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