#47B5B9

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

Shades of Viking #47B5B9

Tints of Viking #47B5B9

Color information

#47B5B9 (or 0x47B5B9) is unknown color: approx Viking. HEX triplet: 47, B5 and B9. RGB value is (71,181,185). Sum of RGB (Red+Green+Blue) = 71+181+185=437 (57% of max value = 765). Red value is 71 (28.12% from 255 or 16.25% from 437); Green value is 181 (71.09% from 255 or 41.42% from 437); Blue value is 185 (72.66% from 255 or 42.33% from 437); Max value from RGB is 185 - color contains mainly: blue. Hex color #47B5B9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47B5B9 is #B84A46. Grayscale: #949494. Windows color (decimal): -12077639 or 12170567. OLE color: 12170567.

HSL color Cylindrical-coordinate representation of color #47B5B9: hue angle of 182.11º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #47B5B9 is Cyan = 0.62, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB71181185-
CMYK0.620.0200.27
HSL182.11º44.88%50.2%-
HSV(B)182.11º61.62%72.55%-
XYZ27.8837.8951.74-
YUV148.57148.5672.67-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 16.25%
GREEN value IS 181 (71.09% from 255) = 41.42%
BLUE value IS 185 (72.66% from 255) = 42.33%
R=16.25%
G=41.42%
B=42.33%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal711811850.620.0200.27182.1144.8850.2
Hex47B5B93E201Bb62d32
Octal1072652717620332665562
Binary100011110110101101110011111101001101110110110101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47B5B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,181,185); }

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

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

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

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

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

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

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