#47B7BE

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

Shades of Viking #47B7BE

Tints of Viking #47B7BE

Color information

#47B7BE (or 0x47B7BE) is unknown color: approx Viking. HEX triplet: 47, B7 and BE. RGB value is (71,183,190). Sum of RGB (Red+Green+Blue) = 71+183+190=444 (58% of max value = 765). Red value is 71 (28.12% from 255 or 15.99% from 444); Green value is 183 (71.88% from 255 or 41.22% from 444); Blue value is 190 (74.61% from 255 or 42.79% from 444); Max value from RGB is 190 - color contains mainly: blue. Hex color #47B7BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47B7BE is #B84841. Grayscale: #969696. Windows color (decimal): -12077122 or 12498759. OLE color: 12498759.

HSL color Cylindrical-coordinate representation of color #47B7BE: hue angle of 183.53º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #47B7BE is Cyan = 0.63, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB71183190-
CMYK0.630.0400.25
HSL183.53º47.79%51.18%-
HSV(B)183.53º62.63%74.51%-
XYZ28.8338.9254.71-
YUV150.31150.3971.43-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 15.99%
GREEN value IS 183 (71.88% from 255) = 41.22%
BLUE value IS 190 (74.61% from 255) = 42.79%
R=15.99%
G=41.22%
B=42.79%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal711831900.630.0400.25183.5347.7951.18
Hex47B7BE3F4019b83033
Octal1072672767740312706063
Binary1000111101101111011111011111110001100110111000110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47B7BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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