#47A6CF

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

Shades of Viking #47A6CF

Tints of Viking #47A6CF

Color information

#47A6CF (or 0x47A6CF) is unknown color: approx Viking. HEX triplet: 47, A6 and CF. RGB value is (71,166,207). Sum of RGB (Red+Green+Blue) = 71+166+207=444 (58% of max value = 765). Red value is 71 (28.12% from 255 or 15.99% from 444); Green value is 166 (65.23% from 255 or 37.39% from 444); Blue value is 207 (81.25% from 255 or 46.62% from 444); Max value from RGB is 207 - color contains mainly: blue. Hex color #47A6CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #47A6CF is #B85930. Grayscale: #8E8E8E. Windows color (decimal): -12081457 or 13608519. OLE color: 13608519.

HSL color Cylindrical-coordinate representation of color #47A6CF: hue angle of 198.09º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #47A6CF is Cyan = 0.66, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB71166207-
CMYK0.660.2000.19
HSL198.09º58.62%54.51%-
HSV(B)198.09º65.7%81.18%-
XYZ27.533.1263.97-
YUV142.27164.5377.17-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 15.99%
GREEN value IS 166 (65.23% from 255) = 37.39%
BLUE value IS 207 (81.25% from 255) = 46.62%
R=15.99%
G=37.39%
B=46.62%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal711662070.660.2000.19198.0958.6254.51
Hex47A6CF4214013c63b37
Octal107246317102240233067367
Binary1000111101001101100111110000101010001001111000110111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47A6CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,166,207); }

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

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

 a { background-color: rgb(71,166,207); }

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

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

 span { border-color: rgb(71,166,207); }

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