#47606B

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

Shades of Fiord #47606B

Tints of Fiord #47606B

Color information

#47606B (or 0x47606B) is unknown color: approx Fiord. HEX triplet: 47, 60 and 6B. RGB value is (71,96,107). Sum of RGB (Red+Green+Blue) = 71+96+107=274 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.91% from 274); Green value is 96 (37.89% from 255 or 35.04% from 274); Blue value is 107 (42.19% from 255 or 39.05% from 274); Max value from RGB is 107 - color contains mainly: blue. Hex color #47606B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47606B is #B89F94. Grayscale: #595959. Windows color (decimal): -12099477 or 7036999. OLE color: 7036999.

HSL color Cylindrical-coordinate representation of color #47606B: hue angle of 198.33º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #47606B is Cyan = 0.34, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7196107-
CMYK0.340.1000.58
HSL198.33º20.22%34.9%-
HSV(B)198.33º33.64%41.96%-
XYZ9.4410.7715.49-
YUV89.78137.72114.61-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.91%
GREEN value IS 96 (37.89% from 255) = 35.04%
BLUE value IS 107 (42.19% from 255) = 39.05%
R=25.91%
G=35.04%
B=39.05%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal71961070.340.1000.58198.3320.2234.9
Hex47606B22A03Ac61423
Octal10714015342120723062443
Binary100011111000001101011100010101001110101100011010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47606B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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