#47606E

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

Shades of Fiord #47606E

Tints of Fiord #47606E

Color information

#47606E (or 0x47606E) is unknown color: approx Fiord. HEX triplet: 47, 60 and 6E. RGB value is (71,96,110). Sum of RGB (Red+Green+Blue) = 71+96+110=277 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.63% from 277); Green value is 96 (37.89% from 255 or 34.66% from 277); Blue value is 110 (43.36% from 255 or 39.71% from 277); Max value from RGB is 110 - color contains mainly: blue. Hex color #47606E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47606E is #B89F91. Grayscale: #5A5A5A. Windows color (decimal): -12099474 or 7233607. OLE color: 7233607.

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

Color convert

RGB7196110-
CMYK0.350.1300.57
HSL201.54º21.55%35.49%-
HSV(B)201.54º35.45%43.14%-
XYZ9.610.8316.34-
YUV90.12139.22114.36-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.63%
GREEN value IS 96 (37.89% from 255) = 34.66%
BLUE value IS 110 (43.36% from 255) = 39.71%
R=25.63%
G=34.66%
B=39.71%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal71961100.350.1300.57201.5421.5535.49
Hex47606E23D039ca1623
Octal10714015643150713122643
Binary100011111000001101110100011110101110011100101010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47606E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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