#47A9BA

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

Shades of Viking #47A9BA

Tints of Viking #47A9BA

Color information

#47A9BA (or 0x47A9BA) is unknown color: approx Viking. HEX triplet: 47, A9 and BA. RGB value is (71,169,186). Sum of RGB (Red+Green+Blue) = 71+169+186=426 (56% of max value = 765). Red value is 71 (28.12% from 255 or 16.67% from 426); Green value is 169 (66.41% from 255 or 39.67% from 426); Blue value is 186 (73.05% from 255 or 43.66% from 426); Max value from RGB is 186 - color contains mainly: blue. Hex color #47A9BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #47A9BA is #B85645. Grayscale: #8D8D8D. Windows color (decimal): -12080710 or 12233031. OLE color: 12233031.

HSL color Cylindrical-coordinate representation of color #47A9BA: hue angle of 188.87º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #47A9BA is Cyan = 0.62, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB71169186-
CMYK0.620.0900.27
HSL188.87º45.45%50.39%-
HSV(B)188.87º61.83%72.94%-
XYZ25.6533.2651.52-
YUV141.64153.0377.62-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 16.67%
GREEN value IS 169 (66.41% from 255) = 39.67%
BLUE value IS 186 (73.05% from 255) = 43.66%
R=16.67%
G=39.67%
B=43.66%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal711691860.620.0900.27188.8745.4550.39
Hex47A9BA3E901Bbd2d32
Octal10725127276110332755562
Binary10001111010100110111010111110100101101110111101101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47A9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,169,186); }

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

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

 a { background-color: rgb(71,169,186); }

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

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

 span { border-color: rgb(71,169,186); }

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