#47B3C0

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

Shades of Viking #47B3C0

Tints of Viking #47B3C0

Color information

#47B3C0 (or 0x47B3C0) is unknown color: approx Viking. HEX triplet: 47, B3 and C0. RGB value is (71,179,192). Sum of RGB (Red+Green+Blue) = 71+179+192=442 (58% of max value = 765). Red value is 71 (28.12% from 255 or 16.06% from 442); Green value is 179 (70.31% from 255 or 40.50% from 442); Blue value is 192 (75.39% from 255 or 43.44% from 442); Max value from RGB is 192 - color contains mainly: blue. Hex color #47B3C0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47B3C0 is #B84C3F. Grayscale: #949494. Windows color (decimal): -12078144 or 12628807. OLE color: 12628807.

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

Color convert

RGB71179192-
CMYK0.630.0700.25
HSL186.45º48.99%51.57%-
HSV(B)186.45º63.02%75.29%-
XYZ28.2337.3955.6-
YUV148.19152.7272.94-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 16.06%
GREEN value IS 179 (70.31% from 255) = 40.50%
BLUE value IS 192 (75.39% from 255) = 43.44%
R=16.06%
G=40.50%
B=43.44%

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
Decimal711791920.630.0700.25186.4548.9951.57
Hex47B3C03F7019ba3134
Octal1072633007770312726164
Binary1000111101100111100000011111111101100110111010110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47B3C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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