#47A0BF

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

Shades of Viking #47A0BF

Tints of Viking #47A0BF

Color information

#47A0BF (or 0x47A0BF) is unknown color: approx Viking. HEX triplet: 47, A0 and BF. RGB value is (71,160,191). Sum of RGB (Red+Green+Blue) = 71+160+191=422 (55% of max value = 765). Red value is 71 (28.12% from 255 or 16.82% from 422); Green value is 160 (62.89% from 255 or 37.91% from 422); Blue value is 191 (75% from 255 or 45.26% from 422); Max value from RGB is 191 - color contains mainly: blue. Hex color #47A0BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #47A0BF is #B85F40. Grayscale: #888888. Windows color (decimal): -12083009 or 12558407. OLE color: 12558407.

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

Color convert

RGB71160191-
CMYK0.630.1600.25
HSL195.5º48.39%51.37%-
HSV(B)195.5º62.83%74.9%-
XYZ24.5730.2453.83-
YUV136.92158.5180.98-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 16.82%
GREEN value IS 160 (62.89% from 255) = 37.91%
BLUE value IS 191 (75% from 255) = 45.26%
R=16.82%
G=37.91%
B=45.26%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal711601910.630.1600.25195.548.3951.37
Hex47A0BF3F10019c43033
Octal10724027777200313046063
Binary100011110100000101111111111111000001100111000100110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47A0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,160,191); }

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

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

 a { background-color: rgb(71,160,191); }

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

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

 span { border-color: rgb(71,160,191); }

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