#47b7ca

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

Shades of Viking #47B7CA

Tints of Viking #47B7CA

Color information

#47B7CA (or 0x47B7CA) is unknown color: approx Viking. HEX triplet: 47, B7 and CA. RGB value is (71,183,202). Sum of RGB (Red+Green+Blue) = 71+183+202=456 (60% of max value = 765). Red value is 71 (28.12% from 255 or 15.57% from 456); Green value is 183 (71.88% from 255 or 40.13% from 456); Blue value is 202 (79.30% from 255 or 44.30% from 456); Max value from RGB is 202 - color contains mainly: blue. Hex color #47B7CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47B7CA is #B84835. Grayscale: #979797. Windows color (decimal): -12077110 or 13285191. OLE color: 13285191.

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

Color convert

RGB71183202-
CMYK0.650.0900.21
HSL188.7º55.27%53.53%-
HSV(B)188.7º64.85%79.22%-
XYZ30.1939.4761.9-
YUV151.68156.3970.46-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 15.57%
GREEN value IS 183 (71.88% from 255) = 40.13%
BLUE value IS 202 (79.30% from 255) = 44.30%
R=15.57%
G=40.13%
B=44.30%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal711832020.650.0900.21188.755.2753.53
Hex47B7CA419015bd3736
Octal107267312101110252756766
Binary100011110110111110010101000001100101010110111101110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47b7ca

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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