#47AACF

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

Shades of Viking #47AACF

Tints of Viking #47AACF

Color information

#47AACF (or 0x47AACF) is unknown color: approx Viking. HEX triplet: 47, AA and CF. RGB value is (71,170,207). Sum of RGB (Red+Green+Blue) = 71+170+207=448 (59% of max value = 765). Red value is 71 (28.12% from 255 or 15.85% from 448); Green value is 170 (66.80% from 255 or 37.95% from 448); Blue value is 207 (81.25% from 255 or 46.21% from 448); Max value from RGB is 207 - color contains mainly: blue. Hex color #47AACF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #47AACF is #B85530. Grayscale: #909090. Windows color (decimal): -12080433 or 13609543. OLE color: 13609543.

HSL color Cylindrical-coordinate representation of color #47AACF: hue angle of 196.32º 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 #47AACF is Cyan = 0.66, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB71170207-
CMYK0.660.1800.19
HSL196.32º58.62%54.51%-
HSV(B)196.32º65.7%81.18%-
XYZ28.2434.5964.22-
YUV144.62163.275.49-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 15.85%
GREEN value IS 170 (66.80% from 255) = 37.95%
BLUE value IS 207 (81.25% from 255) = 46.21%
R=15.85%
G=37.95%
B=46.21%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal711702070.660.1800.19196.3258.6254.51
Hex47AACF4212013c43b37
Octal107252317102220233047367
Binary1000111101010101100111110000101001001001111000100111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47AACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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