#47B4B4

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

Shades of Viking #47B4B4

Tints of Viking #47B4B4

Color information

#47B4B4 (or 0x47B4B4) is unknown color: approx Viking. HEX triplet: 47, B4 and B4. RGB value is (71,180,180). Sum of RGB (Red+Green+Blue) = 71+180+180=431 (57% of max value = 765). Red value is 71 (28.12% from 255 or 16.47% from 431); Green value is 180 (70.70% from 255 or 41.76% from 431); Blue value is 180 (70.70% from 255 or 41.76% from 431); Max value from RGB is 180 - color contains mainly: green, blue. Hex color #47B4B4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47B4B4 is #B84B4B. Grayscale: #939393. Windows color (decimal): -12077900 or 11842631. OLE color: 11842631.

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

Color convert

RGB71180180-
CMYK0.61000.29
HSL180º43.43%49.22%-
HSV(B)180º60.56%70.59%-
XYZ27.1637.2848.94-
YUV147.41146.3973.5-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 16.47%
GREEN value IS 180 (70.70% from 255) = 41.76%
BLUE value IS 180 (70.70% from 255) = 41.76%
R=16.47%
G=41.76%
B=41.76%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal711801800.61000.2918043.4349.22
Hex47B4B43D001Db42b31
Octal1072642647500352645361
Binary10001111011010010110100111101001110110110100101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47B4B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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