#47A7BF

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

Shades of Viking #47A7BF

Tints of Viking #47A7BF

Color information

#47A7BF (or 0x47A7BF) is unknown color: approx Viking. HEX triplet: 47, A7 and BF. RGB value is (71,167,191). Sum of RGB (Red+Green+Blue) = 71+167+191=429 (56% of max value = 765). Red value is 71 (28.12% from 255 or 16.55% from 429); Green value is 167 (65.62% from 255 or 38.93% from 429); Blue value is 191 (75% from 255 or 44.52% from 429); Max value from RGB is 191 - color contains mainly: blue. Hex color #47A7BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #47A7BF is #B85840. Grayscale: #8C8C8C. Windows color (decimal): -12081217 or 12560199. OLE color: 12560199.

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

Color convert

RGB71167191-
CMYK0.630.1300.25
HSL192º48.39%51.37%-
HSV(B)192º62.83%74.9%-
XYZ25.8232.7454.25-
YUV141.03156.278.05-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 16.55%
GREEN value IS 167 (65.62% from 255) = 38.93%
BLUE value IS 191 (75% from 255) = 44.52%
R=16.55%
G=38.93%
B=44.52%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal711671910.630.1300.2519248.3951.37
Hex47A7BF3FD019c03033
Octal10724727777150313006063
Binary10001111010011110111111111111110101100111000000110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47A7BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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