#47A3BA

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

Shades of Viking #47A3BA

Tints of Viking #47A3BA

Color information

#47A3BA (or 0x47A3BA) is unknown color: approx Viking. HEX triplet: 47, A3 and BA. RGB value is (71,163,186). Sum of RGB (Red+Green+Blue) = 71+163+186=420 (55% of max value = 765). Red value is 71 (28.12% from 255 or 16.90% from 420); Green value is 163 (64.06% from 255 or 38.81% from 420); Blue value is 186 (73.05% from 255 or 44.29% from 420); Max value from RGB is 186 - color contains mainly: blue. Hex color #47A3BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #47A3BA is #B85C45. Grayscale: #898989. Windows color (decimal): -12082246 or 12231495. OLE color: 12231495.

HSL color Cylindrical-coordinate representation of color #47A3BA: hue angle of 192º 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 #47A3BA is Cyan = 0.62, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB71163186-
CMYK0.620.1200.27
HSL192º45.45%50.39%-
HSV(B)192º61.83%72.94%-
XYZ24.5631.0851.16-
YUV138.11155.0280.13-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 16.90%
GREEN value IS 163 (64.06% from 255) = 38.81%
BLUE value IS 186 (73.05% from 255) = 44.29%
R=16.90%
G=38.81%
B=44.29%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal711631860.620.1200.2719245.4550.39
Hex47A3BA3EC01Bc02d32
Octal10724327276140333005562
Binary10001111010001110111010111110110001101111000000101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47A3BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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