#47B7C0

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

Shades of Viking #47B7C0

Tints of Viking #47B7C0

Color information

#47B7C0 (or 0x47B7C0) is unknown color: approx Viking. HEX triplet: 47, B7 and C0. RGB value is (71,183,192). Sum of RGB (Red+Green+Blue) = 71+183+192=446 (59% of max value = 765). Red value is 71 (28.12% from 255 or 15.92% from 446); Green value is 183 (71.88% from 255 or 41.03% from 446); Blue value is 192 (75.39% from 255 or 43.05% from 446); Max value from RGB is 192 - color contains mainly: blue. Hex color #47B7C0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47B7C0 is #B8483F. Grayscale: #969696. Windows color (decimal): -12077120 or 12629831. OLE color: 12629831.

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

Color convert

RGB71183192-
CMYK0.630.0500.25
HSL184.46º48.99%51.57%-
HSV(B)184.46º63.02%75.29%-
XYZ29.0539.0155.87-
YUV150.54151.3971.27-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 15.92%
GREEN value IS 183 (71.88% from 255) = 41.03%
BLUE value IS 192 (75.39% from 255) = 43.05%
R=15.92%
G=41.03%
B=43.05%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal711831920.630.0500.25184.4648.9951.57
Hex47B7C03F5019b83134
Octal1072673007750312706164
Binary1000111101101111100000011111110101100110111000110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47B7C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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