#47A0CA

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

Shades of Viking #47A0CA

Tints of Viking #47A0CA

Color information

#47A0CA (or 0x47A0CA) is unknown color: approx Viking. HEX triplet: 47, A0 and CA. RGB value is (71,160,202). Sum of RGB (Red+Green+Blue) = 71+160+202=433 (57% of max value = 765). Red value is 71 (28.12% from 255 or 16.40% from 433); Green value is 160 (62.89% from 255 or 36.95% from 433); Blue value is 202 (79.30% from 255 or 46.65% from 433); Max value from RGB is 202 - color contains mainly: blue. Hex color #47A0CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #47A0CA is #B85F35. Grayscale: #898989. Windows color (decimal): -12082998 or 13279303. OLE color: 13279303.

HSL color Cylindrical-coordinate representation of color #47A0CA: hue angle of 199.24º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #47A0CA is Cyan = 0.65, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB71160202-
CMYK0.650.2100.21
HSL199.24º55.27%53.53%-
HSV(B)199.24º64.85%79.22%-
XYZ25.8330.7560.45-
YUV138.18164.0180.08-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 16.40%
GREEN value IS 160 (62.89% from 255) = 36.95%
BLUE value IS 202 (79.30% from 255) = 46.65%
R=16.40%
G=36.95%
B=46.65%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal711602020.650.2100.21199.2455.2753.53
Hex47A0CA4115015c73736
Octal107240312101250253076766
Binary1000111101000001100101010000011010101010111000111110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47A0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,160,202); }

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

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

 a { background-color: rgb(71,160,202); }

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

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

 span { border-color: rgb(71,160,202); }

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