#47BCB6

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

Shades of Viking #47BCB6

Tints of Viking #47BCB6

Color information

#47BCB6 (or 0x47BCB6) is unknown color: approx Viking. HEX triplet: 47, BC and B6. RGB value is (71,188,182). Sum of RGB (Red+Green+Blue) = 71+188+182=441 (58% of max value = 765). Red value is 71 (28.12% from 255 or 16.10% from 441); Green value is 188 (73.83% from 255 or 42.63% from 441); Blue value is 182 (71.48% from 255 or 41.27% from 441); Max value from RGB is 188 - color contains mainly: green. Hex color #47BCB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47BCB6 is #B84349. Grayscale: #989898. Windows color (decimal): -12075850 or 11975751. OLE color: 11975751.

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

Color convert

RGB71188182-
CMYK0.6200.030.26
HSL176.92º46.61%50.78%-
HSV(B)176.92º62.23%73.73%-
XYZ29.0340.6850.58-
YUV152.33144.7469.99-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 16.10%
GREEN value IS 188 (73.83% from 255) = 42.63%
BLUE value IS 182 (71.48% from 255) = 41.27%
R=16.10%
G=42.63%
B=41.27%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal711881820.6200.030.26176.9246.6150.78
Hex47BCB63E031Ab12f33
Octal1072742667603322615763
Binary100011110111100101101101111100111101010110001101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47BCB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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