#47ACC1

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

Shades of Viking #47ACC1

Tints of Viking #47ACC1

Color information

#47ACC1 (or 0x47ACC1) is unknown color: approx Viking. HEX triplet: 47, AC and C1. RGB value is (71,172,193). Sum of RGB (Red+Green+Blue) = 71+172+193=436 (57% of max value = 765). Red value is 71 (28.12% from 255 or 16.28% from 436); Green value is 172 (67.58% from 255 or 39.45% from 436); Blue value is 193 (75.78% from 255 or 44.27% from 436); Max value from RGB is 193 - color contains mainly: blue. Hex color #47ACC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #47ACC1 is #B8533E. Grayscale: #909090. Windows color (decimal): -12079935 or 12692551. OLE color: 12692551.

HSL color Cylindrical-coordinate representation of color #47ACC1: hue angle of 190.33º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #47ACC1 is Cyan = 0.63, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB71172193-
CMYK0.630.1100.24
HSL190.33º49.59%51.76%-
HSV(B)190.33º63.21%75.69%-
XYZ26.9834.6955.73-
YUV144.2155.5475.79-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 16.28%
GREEN value IS 172 (67.58% from 255) = 39.45%
BLUE value IS 193 (75.78% from 255) = 44.27%
R=16.28%
G=39.45%
B=44.27%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal711721930.630.1100.24190.3349.5951.76
Hex47ACC13FB018be3234
Octal10725430177130302766264
Binary10001111010110011000001111111101101100010111110110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47ACC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,172,193); }

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

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

 a { background-color: rgb(71,172,193); }

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

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

 span { border-color: rgb(71,172,193); }

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