#47A5BF

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

Shades of Viking #47A5BF

Tints of Viking #47A5BF

Color information

#47A5BF (or 0x47A5BF) is unknown color: approx Viking. HEX triplet: 47, A5 and BF. RGB value is (71,165,191). Sum of RGB (Red+Green+Blue) = 71+165+191=427 (56% of max value = 765). Red value is 71 (28.12% from 255 or 16.63% from 427); Green value is 165 (64.84% from 255 or 38.64% from 427); Blue value is 191 (75% from 255 or 44.73% from 427); Max value from RGB is 191 - color contains mainly: blue. Hex color #47A5BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #47A5BF is #B85A40. Grayscale: #8B8B8B. Windows color (decimal): -12081729 or 12559687. OLE color: 12559687.

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

Color convert

RGB71165191-
CMYK0.630.1400.25
HSL193º48.39%51.37%-
HSV(B)193º62.83%74.9%-
XYZ25.4632.0154.13-
YUV139.86156.8678.89-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 16.63%
GREEN value IS 165 (64.84% from 255) = 38.64%
BLUE value IS 191 (75% from 255) = 44.73%
R=16.63%
G=38.64%
B=44.73%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal711651910.630.1400.2519348.3951.37
Hex47A5BF3FE019c13033
Octal10724527777160313016063
Binary10001111010010110111111111111111001100111000001110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47A5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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