#47AFC1

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

Shades of Viking #47AFC1

Tints of Viking #47AFC1

Color information

#47AFC1 (or 0x47AFC1) is unknown color: approx Viking. HEX triplet: 47, AF and C1. RGB value is (71,175,193). Sum of RGB (Red+Green+Blue) = 71+175+193=439 (58% of max value = 765). Red value is 71 (28.12% from 255 or 16.17% from 439); Green value is 175 (68.75% from 255 or 39.86% from 439); Blue value is 193 (75.78% from 255 or 43.96% from 439); Max value from RGB is 193 - color contains mainly: blue. Hex color #47AFC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #47AFC1 is #B8503E. Grayscale: #919191. Windows color (decimal): -12079167 or 12693319. OLE color: 12693319.

HSL color Cylindrical-coordinate representation of color #47AFC1: hue angle of 188.85º 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 #47AFC1 is Cyan = 0.63, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB71175193-
CMYK0.630.0900.24
HSL188.85º49.59%51.76%-
HSV(B)188.85º63.21%75.69%-
XYZ27.5535.8555.92-
YUV145.96154.5474.54-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 16.17%
GREEN value IS 175 (68.75% from 255) = 39.86%
BLUE value IS 193 (75.78% from 255) = 43.96%
R=16.17%
G=39.86%
B=43.96%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal711751930.630.0900.24188.8549.5951.76
Hex47AFC13F9018bd3234
Octal10725730177110302756264
Binary10001111010111111000001111111100101100010111101110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47AFC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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