#47596A

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

Shades of Fiord #47596A

Tints of Fiord #47596A

Color information

#47596A (or 0x47596A) is unknown color: approx Fiord. HEX triplet: 47, 59 and 6A. RGB value is (71,89,106). Sum of RGB (Red+Green+Blue) = 71+89+106=266 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.69% from 266); Green value is 89 (35.16% from 255 or 33.46% from 266); Blue value is 106 (41.80% from 255 or 39.85% from 266); Max value from RGB is 106 - color contains mainly: blue. Hex color #47596A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47596A is #B8A695. Grayscale: #555555. Windows color (decimal): -12101270 or 6969671. OLE color: 6969671.

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

Color convert

RGB7189106-
CMYK0.330.1600.58
HSL209.14º19.77%34.71%-
HSV(B)209.14º33.02%41.57%-
XYZ8.779.5215.01-
YUV85.56139.54117.62-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.69%
GREEN value IS 89 (35.16% from 255) = 33.46%
BLUE value IS 106 (41.80% from 255) = 39.85%
R=26.69%
G=33.46%
B=39.85%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal71891060.330.1600.58209.1419.7734.71
Hex47596A211003Ad11423
Octal10713115241200723212443
Binary1000111101100111010101000011000001110101101000110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47596A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47596A; }

 p { color: rgb(71,89,106); }

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

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

 a { background-color: rgb(71,89,106); }

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

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

 span { border-color: rgb(71,89,106); }

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