#47b3b3

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

Shades of Viking #47B3B3

Tints of Viking #47B3B3

Color information

#47B3B3 (or 0x47B3B3) is unknown color: approx Viking. HEX triplet: 47, B3 and B3. RGB value is (71,179,179). Sum of RGB (Red+Green+Blue) = 71+179+179=429 (56% of max value = 765). Red value is 71 (28.12% from 255 or 16.55% from 429); Green value is 179 (70.31% from 255 or 41.72% from 429); Blue value is 179 (70.31% from 255 or 41.72% from 429); Max value from RGB is 179 - color contains mainly: green, blue. Hex color #47B3B3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47B3B3 is #B84C4C. Grayscale: #929292. Windows color (decimal): -12078157 or 11776839. OLE color: 11776839.

HSL color Cylindrical-coordinate representation of color #47B3B3: hue angle of 180º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #47B3B3 is Cyan = 0.60, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB71179179-
CMYK0.60000.30
HSL180º43.2%49.02%-
HSV(B)180º60.34%70.2%-
XYZ26.8636.8348.34-
YUV146.71146.2274-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 16.55%
GREEN value IS 179 (70.31% from 255) = 41.72%
BLUE value IS 179 (70.31% from 255) = 41.72%
R=16.55%
G=41.72%
B=41.72%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal711791790.60000.3018043.249.02
Hex47B3B33C001Eb42b31
Octal1072632637400362645361
Binary10001111011001110110011111100001111010110100101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47b3b3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,179,179); }

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

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

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

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

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

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

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