#47B5BC

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

Shades of Viking #47B5BC

Tints of Viking #47B5BC

Color information

#47B5BC (or 0x47B5BC) is unknown color: approx Viking. HEX triplet: 47, B5 and BC. RGB value is (71,181,188). Sum of RGB (Red+Green+Blue) = 71+181+188=440 (58% of max value = 765). Red value is 71 (28.12% from 255 or 16.14% from 440); Green value is 181 (71.09% from 255 or 41.14% from 440); Blue value is 188 (73.83% from 255 or 42.73% from 440); Max value from RGB is 188 - color contains mainly: blue. Hex color #47B5BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47B5BC is #B84A43. Grayscale: #949494. Windows color (decimal): -12077636 or 12367175. OLE color: 12367175.

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

Color convert

RGB71181188-
CMYK0.620.0400.26
HSL183.59º46.61%50.78%-
HSV(B)183.59º62.23%73.73%-
XYZ28.238.0253.43-
YUV148.91150.0672.43-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 16.14%
GREEN value IS 181 (71.09% from 255) = 41.14%
BLUE value IS 188 (73.83% from 255) = 42.73%
R=16.14%
G=41.14%
B=42.73%

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
Decimal711811880.620.0400.26183.5946.6150.78
Hex47B5BC3E401Ab82f33
Octal1072652747640322705763
Binary1000111101101011011110011111010001101010111000101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47B5BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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