#47b5b7

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

Shades of Viking #47B5B7

Tints of Viking #47B5B7

Color information

#47B5B7 (or 0x47B5B7) is unknown color: approx Viking. HEX triplet: 47, B5 and B7. RGB value is (71,181,183). Sum of RGB (Red+Green+Blue) = 71+181+183=435 (57% of max value = 765). Red value is 71 (28.12% from 255 or 16.32% from 435); Green value is 181 (71.09% from 255 or 41.61% from 435); Blue value is 183 (71.88% from 255 or 42.07% from 435); Max value from RGB is 183 - color contains mainly: blue. Hex color #47B5B7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47B5B7 is #B84A48. Grayscale: #949494. Windows color (decimal): -12077641 or 12039495. OLE color: 12039495.

HSL color Cylindrical-coordinate representation of color #47B5B7: hue angle of 181.07º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #47B5B7 is Cyan = 0.61, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB71181183-
CMYK0.610.0100.28
HSL181.07º44.09%49.8%-
HSV(B)181.07º61.2%71.76%-
XYZ27.6737.8150.64-
YUV148.34147.5672.84-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 16.32%
GREEN value IS 181 (71.09% from 255) = 41.61%
BLUE value IS 183 (71.88% from 255) = 42.07%
R=16.32%
G=41.61%
B=42.07%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal711811830.610.0100.28181.0744.0949.8
Hex47B5B73D101Cb52c32
Octal1072652677510342655462
Binary10001111011010110110111111101101110010110101101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47b5b7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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