#47B1BC

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

Shades of Viking #47B1BC

Tints of Viking #47B1BC

Color information

#47B1BC (or 0x47B1BC) is unknown color: approx Viking. HEX triplet: 47, B1 and BC. RGB value is (71,177,188). Sum of RGB (Red+Green+Blue) = 71+177+188=436 (57% of max value = 765). Red value is 71 (28.12% from 255 or 16.28% from 436); Green value is 177 (69.53% from 255 or 40.60% from 436); Blue value is 188 (73.83% from 255 or 43.12% from 436); Max value from RGB is 188 - color contains mainly: blue. Hex color #47B1BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #47B1BC is #B84E43. Grayscale: #929292. Windows color (decimal): -12078660 or 12366151. OLE color: 12366151.

HSL color Cylindrical-coordinate representation of color #47B1BC: hue angle of 185.64º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #47B1BC is Cyan = 0.62, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB71177188-
CMYK0.620.0600.26
HSL185.64º46.61%50.78%-
HSV(B)185.64º62.23%73.73%-
XYZ27.436.4153.16-
YUV146.56151.3874.11-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 16.28%
GREEN value IS 177 (69.53% from 255) = 40.60%
BLUE value IS 188 (73.83% from 255) = 43.12%
R=16.28%
G=40.60%
B=43.12%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal711771880.620.0600.26185.6446.6150.78
Hex47B1BC3E601Aba2f33
Octal1072612747660322725763
Binary1000111101100011011110011111011001101010111010101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47B1BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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