#47AFC6

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

Shades of Viking #47AFC6

Tints of Viking #47AFC6

Color information

#47AFC6 (or 0x47AFC6) is unknown color: approx Viking. HEX triplet: 47, AF and C6. RGB value is (71,175,198). Sum of RGB (Red+Green+Blue) = 71+175+198=444 (58% of max value = 765). Red value is 71 (28.12% from 255 or 15.99% from 444); Green value is 175 (68.75% from 255 or 39.41% from 444); Blue value is 198 (77.73% from 255 or 44.59% from 444); Max value from RGB is 198 - color contains mainly: blue. Hex color #47AFC6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #47AFC6 is #B85039. Grayscale: #929292. Windows color (decimal): -12079162 or 13020999. OLE color: 13020999.

HSL color Cylindrical-coordinate representation of color #47AFC6: hue angle of 190.87º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #47AFC6 is Cyan = 0.64, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB71175198-
CMYK0.640.1200.22
HSL190.87º52.7%52.75%-
HSV(B)190.87º64.14%77.65%-
XYZ28.1236.0858.91-
YUV146.53157.0474.13-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 15.99%
GREEN value IS 175 (68.75% from 255) = 39.41%
BLUE value IS 198 (77.73% from 255) = 44.59%
R=15.99%
G=39.41%
B=44.59%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal711751980.640.1200.22190.8752.752.75
Hex47AFC640C016bf3535
Octal107257306100140262776565
Binary100011110101111110001101000000110001011010111111110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47AFC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,175,198); }

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

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

 a { background-color: rgb(71,175,198); }

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

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

 span { border-color: rgb(71,175,198); }

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