Html Css Color HEX #47B9BF Viking

📋 copy color: '#47B9BF'

red 71 ◦ green 185 ◦ blue 191

#47B9BF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Viking #47B9BF

Tints of Viking #47B9BF

RGB

 RED value IS 71 (28.13% from 255) = 15.88%

 GREEN value IS 185 (72.66% from 255) = 41.39%

 BLUE value IS 191 (75% from 255) = 42.73%

R = 15.88%
G = 41.39%
B = 42.73%

CMYK

 C value IS 0.63

 M value IS 0.03

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#47B9BF (or 0x47B9BF) is known color: Viking. HEX triplet: 47, B9 and BF. RGB value is (71,185,191). Sum of RGB (Red+Green+Blue) = 71+185+191=447 (59% of max value = 765). Red value is 71 (28.12% from 255 or 15.88% from 447); Green value is 185 (72.66% from 255 or 41.39% from 447); Blue value is 191 (75% from 255 or 42.73% from 447); Max value from RGB is 191 - color contains mainly: blue. Hex color #47B9BF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47B9BF is #B84640. Grayscale: #979797. Windows color (decimal): -12076609 or 12564807. OLE color: 12564807.

HSL color Cylindrical-coordinate representation of color #47B9BF: hue angle of 183º 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 #47B9BF is Cyan = 0.63, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 71 185 191 -
CMYK 0.63 0.03 0 0.25
HSL 183º 0.48% 0.51% -
HSV(B) 183º 0.63% 0.75% -
XYZ 29.35 39.8 55.43 -
YUV 151.6 150.23 70.51 -
System Red Green Blue C M Y K H S L
Decimal 71 185 191 0.63 0.03 0 0.25 183 0.48 0.51
Hex 47 B9 BF 3F 3 0 19 B7 30 33
Octal 107 271 277 77 3 0 31 267 60 63
Binary 1000111 10111001 10111111 111111 11 0 11001 10110111 110000 110011

Color Harmonies of #47B9BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47B9BF

Black with #47B9BF

Text Example


Text Example

White with #47B9BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #47B9BF;
 }
 .AnyTagClassName
 {
   color: #47B9BF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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