#47A2C9

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

Shades of Viking #47A2C9

Tints of Viking #47A2C9

Color information

#47A2C9 (or 0x47A2C9) is unknown color: approx Viking. HEX triplet: 47, A2 and C9. RGB value is (71,162,201). Sum of RGB (Red+Green+Blue) = 71+162+201=434 (57% of max value = 765). Red value is 71 (28.12% from 255 or 16.36% from 434); Green value is 162 (63.67% from 255 or 37.33% from 434); Blue value is 201 (78.91% from 255 or 46.31% from 434); Max value from RGB is 201 - color contains mainly: blue. Hex color #47A2C9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #47A2C9 is #B85D36. Grayscale: #8A8A8A. Windows color (decimal): -12082487 or 13214279. OLE color: 13214279.

HSL color Cylindrical-coordinate representation of color #47A2C9: hue angle of 198º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #47A2C9 is Cyan = 0.65, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB71162201-
CMYK0.650.1900.21
HSL198º54.62%53.33%-
HSV(B)198º64.68%78.82%-
XYZ26.0631.459.95-
YUV139.24162.8579.33-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 16.36%
GREEN value IS 162 (63.67% from 255) = 37.33%
BLUE value IS 201 (78.91% from 255) = 46.31%
R=16.36%
G=37.33%
B=46.31%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal711622010.650.1900.2119854.6253.33
Hex47A2C94113015c63735
Octal107242311101230253066765
Binary1000111101000101100100110000011001101010111000110110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47A2C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,162,201); }

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

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

 a { background-color: rgb(71,162,201); }

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

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

 span { border-color: rgb(71,162,201); }

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