#47A9CD

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

Shades of Viking #47A9CD

Tints of Viking #47A9CD

Color information

#47A9CD (or 0x47A9CD) is unknown color: approx Viking. HEX triplet: 47, A9 and CD. RGB value is (71,169,205). Sum of RGB (Red+Green+Blue) = 71+169+205=445 (58% of max value = 765). Red value is 71 (28.12% from 255 or 15.96% from 445); Green value is 169 (66.41% from 255 or 37.98% from 445); Blue value is 205 (80.47% from 255 or 46.07% from 445); Max value from RGB is 205 - color contains mainly: blue. Hex color #47A9CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #47A9CD is #B85632. Grayscale: #8F8F8F. Windows color (decimal): -12080691 or 13478215. OLE color: 13478215.

HSL color Cylindrical-coordinate representation of color #47A9CD: hue angle of 196.12º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #47A9CD is Cyan = 0.65, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB71169205-
CMYK0.650.1800.20
HSL196.12º57.26%54.12%-
HSV(B)196.12º65.37%80.39%-
XYZ27.8134.1262.88-
YUV143.8162.5376.07-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 15.96%
GREEN value IS 169 (66.41% from 255) = 37.98%
BLUE value IS 205 (80.47% from 255) = 46.07%
R=15.96%
G=37.98%
B=46.07%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal711692050.650.1800.20196.1257.2654.12
Hex47A9CD4112014c43936
Octal107251315101220243047166
Binary1000111101010011100110110000011001001010011000100111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47A9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,169,205); }

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

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

 a { background-color: rgb(71,169,205); }

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

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

 span { border-color: rgb(71,169,205); }

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