#47B1B9

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

Shades of Viking #47B1B9

Tints of Viking #47B1B9

Color information

#47B1B9 (or 0x47B1B9) is unknown color: approx Viking. HEX triplet: 47, B1 and B9. RGB value is (71,177,185). Sum of RGB (Red+Green+Blue) = 71+177+185=433 (57% of max value = 765). Red value is 71 (28.12% from 255 or 16.40% from 433); Green value is 177 (69.53% from 255 or 40.88% from 433); Blue value is 185 (72.66% from 255 or 42.73% from 433); Max value from RGB is 185 - color contains mainly: blue. Hex color #47B1B9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #47B1B9 is #B84E46. Grayscale: #929292. Windows color (decimal): -12078663 or 12169543. OLE color: 12169543.

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

Color convert

RGB71177185-
CMYK0.620.0400.27
HSL184.21º44.88%50.2%-
HSV(B)184.21º61.62%72.55%-
XYZ27.0836.2951.48-
YUV146.22149.8874.35-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 16.40%
GREEN value IS 177 (69.53% from 255) = 40.88%
BLUE value IS 185 (72.66% from 255) = 42.73%
R=16.40%
G=40.88%
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.27
SystemRedGreenBlueCMYKHSL
Decimal711771850.620.0400.27184.2144.8850.2
Hex47B1B93E401Bb82d32
Octal1072612717640332705562
Binary1000111101100011011100111111010001101110111000101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47B1B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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