#47BBBF

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

Shades of Viking #47BBBF

Tints of Viking #47BBBF

Color information

#47BBBF (or 0x47BBBF) is unknown color: approx Viking. HEX triplet: 47, BB and BF. RGB value is (71,187,191). Sum of RGB (Red+Green+Blue) = 71+187+191=449 (59% of max value = 765). Red value is 71 (28.12% from 255 or 15.81% from 449); Green value is 187 (73.44% from 255 or 41.65% from 449); Blue value is 191 (75% from 255 or 42.54% from 449); Max value from RGB is 191 - color contains mainly: blue. Hex color #47BBBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47BBBF is #B84440. Grayscale: #989898. Windows color (decimal): -12076097 or 12565319. OLE color: 12565319.

HSL color Cylindrical-coordinate representation of color #47BBBF: hue angle of 182º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #47BBBF is Cyan = 0.63, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB71187191-
CMYK0.630.0200.25
HSL182º48.39%51.37%-
HSV(B)182º62.83%74.9%-
XYZ29.7740.6455.57-
YUV152.77149.5769.67-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 15.81%
GREEN value IS 187 (73.44% from 255) = 41.65%
BLUE value IS 191 (75% from 255) = 42.54%
R=15.81%
G=41.65%
B=42.54%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal711871910.630.0200.2518248.3951.37
Hex47BBBF3F2019b63033
Octal1072732777720312666063
Binary100011110111011101111111111111001100110110110110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47BBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,187,191); }

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

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

 a { background-color: rgb(71,187,191); }

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

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

 span { border-color: rgb(71,187,191); }

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