Html Css Color HEX #47B0BA Viking

📋 copy color: '#47B0BA'

red 71 ◦ green 176 ◦ blue 186

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

Shades of Viking #47B0BA

Tints of Viking #47B0BA

RGB

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

 GREEN value IS 176 (69.14% from 255) = 40.65%

 BLUE value IS 186 (73.05% from 255) = 42.96%

R = 16.4%
G = 40.65%
B = 42.96%

CMYK

 C value IS 0.62

 M value IS 0.05

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#47B0BA (or 0x47B0BA) is known color: Viking. HEX triplet: 47, B0 and BA. RGB value is (71,176,186). Sum of RGB (Red+Green+Blue) = 71+176+186=433 (57% of max value = 765). Red value is 71 (28.12% from 255 or 16.40% from 433); Green value is 176 (69.14% from 255 or 40.65% from 433); Blue value is 186 (73.05% from 255 or 42.96% from 433); Max value from RGB is 186 - color contains mainly: blue. Hex color #47B0BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #47B0BA is #B84F45. Grayscale: #919191. Windows color (decimal): -12078918 or 12234823. OLE color: 12234823.

HSL color Cylindrical-coordinate representation of color #47B0BA: hue angle of 185.22º 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 #47B0BA is Cyan = 0.62, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 71 176 186 -
CMYK 0.62 0.05 0 0.27
HSL 185.22º 0.45% 0.5% -
HSV(B) 185.22º 0.62% 0.73% -
XYZ 26.99 35.94 51.97 -
YUV 145.75 150.71 74.69 -
System Red Green Blue C M Y K H S L
Decimal 71 176 186 0.62 0.05 0 0.27 185.22 0.45 0.5
Hex 47 B0 BA 3E 5 0 1B B9 2D 32
Octal 107 260 272 76 5 0 33 271 55 62
Binary 1000111 10110000 10111010 111110 101 0 11011 10111001 101101 110010

Color Harmonies of #47B0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47B0BA

Black with #47B0BA

Text Example


Text Example

White with #47B0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,176,186); }

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

background-color css

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

 a { background-color: rgb(71,176,186); }

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

border-color css

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

 span { border-color: rgb(71,176,186); }

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