#47B2C0

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

Shades of Viking #47B2C0

Tints of Viking #47B2C0

Color information

#47B2C0 (or 0x47B2C0) is unknown color: approx Viking. HEX triplet: 47, B2 and C0. RGB value is (71,178,192). Sum of RGB (Red+Green+Blue) = 71+178+192=441 (58% of max value = 765). Red value is 71 (28.12% from 255 or 16.10% from 441); Green value is 178 (69.92% from 255 or 40.36% from 441); Blue value is 192 (75.39% from 255 or 43.54% from 441); Max value from RGB is 192 - color contains mainly: blue. Hex color #47B2C0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #47B2C0 is #B84D3F. Grayscale: #939393. Windows color (decimal): -12078400 or 12628551. OLE color: 12628551.

HSL color Cylindrical-coordinate representation of color #47B2C0: hue angle of 186.94º 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 #47B2C0 is Cyan = 0.63, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB71178192-
CMYK0.630.0700.25
HSL186.94º48.99%51.57%-
HSV(B)186.94º63.02%75.29%-
XYZ28.0336.9955.53-
YUV147.6153.0573.36-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 16.10%
GREEN value IS 178 (69.92% from 255) = 40.36%
BLUE value IS 192 (75.39% from 255) = 43.54%
R=16.10%
G=40.36%
B=43.54%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal711781920.630.0700.25186.9448.9951.57
Hex47B2C03F7019bb3134
Octal1072623007770312736164
Binary1000111101100101100000011111111101100110111011110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47B2C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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