#47AAB2

Color #47AAB2 Viking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viking #47AAB2

Tints of Viking #47AAB2

Color information

#47AAB2 (or 0x47AAB2) is unknown color: approx Viking. HEX triplet: 47, AA and B2. RGB value is (71,170,178). Sum of RGB (Red+Green+Blue) = 71+170+178=419 (55% of max value = 765). Red value is 71 (28.12% from 255 or 16.95% from 419); Green value is 170 (66.80% from 255 or 40.57% from 419); Blue value is 178 (69.92% from 255 or 42.48% from 419); Max value from RGB is 178 - color contains mainly: blue. Hex color #47AAB2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47AAB2 is #B8554D. Grayscale: #8D8D8D. Windows color (decimal): -12080462 or 11708999. OLE color: 11708999.

HSL color Cylindrical-coordinate representation of color #47AAB2: hue angle of 184.49º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #47AAB2 is Cyan = 0.60, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB71170178-
CMYK0.600.0400.30
HSL184.49º42.97%48.82%-
HSV(B)184.49º60.11%69.8%-
XYZ25.0133.347.23-
YUV141.31148.777.85-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 16.95%
GREEN value IS 170 (66.80% from 255) = 40.57%
BLUE value IS 178 (69.92% from 255) = 42.48%
R=16.95%
G=40.57%
B=42.48%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal711701780.600.0400.30184.4942.9748.82
Hex47AAB23C401Eb82b31
Octal1072522627440362705361
Binary1000111101010101011001011110010001111010111000101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47AAB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47AAB2; }

 p { color: rgb(71,170,178); }

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

<style>
 a { background-color: #47AAB2; }

 a { background-color: rgb(71,170,178); }

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

<style>
 span { border-color: #47AAB2; }

 span { border-color: rgb(71,170,178); }

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