#47BDC0

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

Shades of Viking #47BDC0

Tints of Viking #47BDC0

Color information

#47BDC0 (or 0x47BDC0) is unknown color: approx Viking. HEX triplet: 47, BD and C0. RGB value is (71,189,192). Sum of RGB (Red+Green+Blue) = 71+189+192=452 (59% of max value = 765). Red value is 71 (28.12% from 255 or 15.71% from 452); Green value is 189 (74.22% from 255 or 41.81% from 452); Blue value is 192 (75.39% from 255 or 42.48% from 452); Max value from RGB is 192 - color contains mainly: blue. Hex color #47BDC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47BDC0 is #B8423F. Grayscale: #999999. Windows color (decimal): -12075584 or 12631367. OLE color: 12631367.

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

Color convert

RGB71189192-
CMYK0.630.0200.25
HSL181.49º48.99%51.57%-
HSV(B)181.49º63.02%75.29%-
XYZ30.3141.5456.29-
YUV154.06149.4168.76-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 15.71%
GREEN value IS 189 (74.22% from 255) = 41.81%
BLUE value IS 192 (75.39% from 255) = 42.48%
R=15.71%
G=41.81%
B=42.48%

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
Decimal711891920.630.0200.25181.4948.9951.57
Hex47BDC03F2019b53134
Octal1072753007720312656164
Binary100011110111101110000001111111001100110110101110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47BDC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,189,192); }

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

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

 a { background-color: rgb(71,189,192); }

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

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

 span { border-color: rgb(71,189,192); }

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