#47b2c9

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

Shades of Viking #47B2C9

Tints of Viking #47B2C9

Color information

#47B2C9 (or 0x47B2C9) is unknown color: approx Viking. HEX triplet: 47, B2 and C9. RGB value is (71,178,201). Sum of RGB (Red+Green+Blue) = 71+178+201=450 (59% of max value = 765). Red value is 71 (28.12% from 255 or 15.78% from 450); Green value is 178 (69.92% from 255 or 39.56% from 450); Blue value is 201 (78.91% from 255 or 44.67% from 450); Max value from RGB is 201 - color contains mainly: blue. Hex color #47B2C9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #47B2C9 is #B84D36. Grayscale: #949494. Windows color (decimal): -12078391 or 13218375. OLE color: 13218375.

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

Color convert

RGB71178201-
CMYK0.650.1100.21
HSL190.62º54.62%53.33%-
HSV(B)190.62º64.68%78.82%-
XYZ29.0637.460.95-
YUV148.63157.5572.63-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 15.78%
GREEN value IS 178 (69.92% from 255) = 39.56%
BLUE value IS 201 (78.91% from 255) = 44.67%
R=15.78%
G=39.56%
B=44.67%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal711782010.650.1100.21190.6254.6253.33
Hex47B2C941B015bf3735
Octal107262311101130252776765
Binary100011110110010110010011000001101101010110111111110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47b2c9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,178,201); }

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

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

 a { background-color: rgb(71,178,201); }

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

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

 span { border-color: rgb(71,178,201); }

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