#47BEC1

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

Shades of Viking #47BEC1

Tints of Viking #47BEC1

Color information

#47BEC1 (or 0x47BEC1) is unknown color: approx Viking. HEX triplet: 47, BE and C1. RGB value is (71,190,193). Sum of RGB (Red+Green+Blue) = 71+190+193=454 (60% of max value = 765). Red value is 71 (28.12% from 255 or 15.64% from 454); Green value is 190 (74.61% from 255 or 41.85% from 454); Blue value is 193 (75.78% from 255 or 42.51% from 454); Max value from RGB is 193 - color contains mainly: blue. Hex color #47BEC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47BEC1 is #B8413E. Grayscale: #9A9A9A. Windows color (decimal): -12075327 or 12697159. OLE color: 12697159.

HSL color Cylindrical-coordinate representation of color #47BEC1: hue angle of 181.48º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #47BEC1 is Cyan = 0.63, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB71190193-
CMYK0.630.0200.24
HSL181.48º49.59%51.76%-
HSV(B)181.48º63.21%75.69%-
XYZ30.6442.0256.95-
YUV154.76149.5868.26-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 15.64%
GREEN value IS 190 (74.61% from 255) = 41.85%
BLUE value IS 193 (75.78% from 255) = 42.51%
R=15.64%
G=41.85%
B=42.51%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal711901930.630.0200.24181.4849.5951.76
Hex47BEC13F2018b53234
Octal1072763017720302656264
Binary100011110111110110000011111111001100010110101110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47BEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,190,193); }

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

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

 a { background-color: rgb(71,190,193); }

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

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

 span { border-color: rgb(71,190,193); }

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