#47B0BA

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

Shades of Viking #47B0BA

Tints of Viking #47B0BA

Color information

#47B0BA (or 0x47B0BA) is unknown color: approx Viking. HEX triplet: 47, B0 and BA. RGB value is (71,176,186). Sum of RGB (Red+Green+Blue) = 71+176+186=433 (57% of max value = 765). Red value is 71 (28.12% from 255 or 16.40% from 433); Green value is 176 (69.14% from 255 or 40.65% from 433); Blue value is 186 (73.05% from 255 or 42.96% from 433); Max value from RGB is 186 - color contains mainly: blue. Hex color #47B0BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #47B0BA is #B84F45. Grayscale: #919191. Windows color (decimal): -12078918 or 12234823. OLE color: 12234823.

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

Color convert

RGB71176186-
CMYK0.620.0500.27
HSL185.22º45.45%50.39%-
HSV(B)185.22º61.83%72.94%-
XYZ26.9935.9451.97-
YUV145.74150.7174.69-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 16.40%
GREEN value IS 176 (69.14% from 255) = 40.65%
BLUE value IS 186 (73.05% from 255) = 42.96%
R=16.40%
G=40.65%
B=42.96%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal711761860.620.0500.27185.2245.4550.39
Hex47B0BA3E501Bb92d32
Octal1072602727650332715562
Binary1000111101100001011101011111010101101110111001101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47B0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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