#47B4BC

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

Shades of Viking #47B4BC

Tints of Viking #47B4BC

Color information

#47B4BC (or 0x47B4BC) is unknown color: approx Viking. HEX triplet: 47, B4 and BC. RGB value is (71,180,188). Sum of RGB (Red+Green+Blue) = 71+180+188=439 (58% of max value = 765). Red value is 71 (28.12% from 255 or 16.17% from 439); Green value is 180 (70.70% from 255 or 41.00% from 439); Blue value is 188 (73.83% from 255 or 42.82% from 439); Max value from RGB is 188 - color contains mainly: blue. Hex color #47B4BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47B4BC is #B84B43. Grayscale: #949494. Windows color (decimal): -12077892 or 12366919. OLE color: 12366919.

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

Color convert

RGB71180188-
CMYK0.620.0400.26
HSL184.1º46.61%50.78%-
HSV(B)184.1º62.23%73.73%-
XYZ2837.6153.36-
YUV148.32150.3972.85-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 16.17%
GREEN value IS 180 (70.70% from 255) = 41.00%
BLUE value IS 188 (73.83% from 255) = 42.82%
R=16.17%
G=41.00%
B=42.82%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal711801880.620.0400.26184.146.6150.78
Hex47B4BC3E401Ab82f33
Octal1072642747640322705763
Binary1000111101101001011110011111010001101010111000101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47B4BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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