#47A7D4

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

Shades of Viking #47A7D4

Tints of Viking #47A7D4

Color information

#47A7D4 (or 0x47A7D4) is unknown color: approx Viking. HEX triplet: 47, A7 and D4. RGB value is (71,167,212). Sum of RGB (Red+Green+Blue) = 71+167+212=450 (59% of max value = 765). Red value is 71 (28.12% from 255 or 15.78% from 450); Green value is 167 (65.62% from 255 or 37.11% from 450); Blue value is 212 (83.20% from 255 or 47.11% from 450); Max value from RGB is 212 - color contains mainly: blue. Hex color #47A7D4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #47A7D4 is #B8582B. Grayscale: #8F8F8F. Windows color (decimal): -12081196 or 13936455. OLE color: 13936455.

HSL color Cylindrical-coordinate representation of color #47A7D4: hue angle of 199.15º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #47A7D4 is Cyan = 0.67, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB71167212-
CMYK0.670.2100.17
HSL199.15º62.11%55.49%-
HSV(B)199.15º66.51%83.14%-
XYZ28.333.7367.31-
YUV143.43166.776.34-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 15.78%
GREEN value IS 167 (65.62% from 255) = 37.11%
BLUE value IS 212 (83.20% from 255) = 47.11%
R=15.78%
G=37.11%
B=47.11%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal711672120.670.2100.17199.1562.1155.49
Hex47A7D44315011c73e37
Octal107247324103250213077667
Binary1000111101001111101010010000111010101000111000111111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47A7D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,167,212); }

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

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

 a { background-color: rgb(71,167,212); }

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

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

 span { border-color: rgb(71,167,212); }

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