#47B2B4

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

Shades of Viking #47B2B4

Tints of Viking #47B2B4

Color information

#47B2B4 (or 0x47B2B4) is unknown color: approx Viking. HEX triplet: 47, B2 and B4. RGB value is (71,178,180). Sum of RGB (Red+Green+Blue) = 71+178+180=429 (56% of max value = 765). Red value is 71 (28.12% from 255 or 16.55% from 429); Green value is 178 (69.92% from 255 or 41.49% from 429); Blue value is 180 (70.70% from 255 or 41.96% from 429); Max value from RGB is 180 - color contains mainly: blue. Hex color #47B2B4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #47B2B4 is #B84D4B. Grayscale: #929292. Windows color (decimal): -12078412 or 11842119. OLE color: 11842119.

HSL color Cylindrical-coordinate representation of color #47B2B4: hue angle of 181.1º 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 #47B2B4 is Cyan = 0.61, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB71178180-
CMYK0.610.0100.29
HSL181.1º43.43%49.22%-
HSV(B)181.1º60.56%70.59%-
XYZ26.7636.4848.81-
YUV146.23147.0574.34-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 16.55%
GREEN value IS 178 (69.92% from 255) = 41.49%
BLUE value IS 180 (70.70% from 255) = 41.96%
R=16.55%
G=41.49%
B=41.96%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal711781800.610.0100.29181.143.4349.22
Hex47B2B43D101Db52b31
Octal1072622647510352655361
Binary10001111011001010110100111101101110110110101101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47B2B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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