#47AAB1

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

Shades of Viking #47AAB1

Tints of Viking #47AAB1

Color information

#47AAB1 (or 0x47AAB1) is unknown color: approx Viking. HEX triplet: 47, AA and B1. RGB value is (71,170,177). Sum of RGB (Red+Green+Blue) = 71+170+177=418 (55% of max value = 765). Red value is 71 (28.12% from 255 or 16.99% from 418); Green value is 170 (66.80% from 255 or 40.67% from 418); Blue value is 177 (69.53% from 255 or 42.34% from 418); Max value from RGB is 177 - color contains mainly: blue. Hex color #47AAB1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47AAB1 is #B8554E. Grayscale: #8D8D8D. Windows color (decimal): -12080463 or 11643463. OLE color: 11643463.

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

Color convert

RGB71170177-
CMYK0.600.0400.31
HSL183.96º42.74%48.63%-
HSV(B)183.96º59.89%69.41%-
XYZ24.9133.2646.7-
YUV141.2148.277.93-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 16.99%
GREEN value IS 170 (66.80% from 255) = 40.67%
BLUE value IS 177 (69.53% from 255) = 42.34%
R=16.99%
G=40.67%
B=42.34%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal711701770.600.0400.31183.9642.7448.63
Hex47AAB13C401Fb82b31
Octal1072522617440372705361
Binary1000111101010101011000111110010001111110111000101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47AAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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