#47A5CF

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

Shades of Viking #47A5CF

Tints of Viking #47A5CF

Color information

#47A5CF (or 0x47A5CF) is unknown color: approx Viking. HEX triplet: 47, A5 and CF. RGB value is (71,165,207). Sum of RGB (Red+Green+Blue) = 71+165+207=443 (58% of max value = 765). Red value is 71 (28.12% from 255 or 16.03% from 443); Green value is 165 (64.84% from 255 or 37.25% from 443); Blue value is 207 (81.25% from 255 or 46.73% from 443); Max value from RGB is 207 - color contains mainly: blue. Hex color #47A5CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #47A5CF is #B85A30. Grayscale: #8D8D8D. Windows color (decimal): -12081713 or 13608263. OLE color: 13608263.

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

Color convert

RGB71165207-
CMYK0.660.2000.19
HSL198.53º58.62%54.51%-
HSV(B)198.53º65.7%81.18%-
XYZ27.3232.7563.91-
YUV141.68164.8677.58-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 16.03%
GREEN value IS 165 (64.84% from 255) = 37.25%
BLUE value IS 207 (81.25% from 255) = 46.73%
R=16.03%
G=37.25%
B=46.73%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal711652070.660.2000.19198.5358.6254.51
Hex47A5CF4214013c73b37
Octal107245317102240233077367
Binary1000111101001011100111110000101010001001111000111111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47A5CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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