Html Css Color HEX #47ABC5 Viking

📋 copy color: '#47ABC5'

red 71 ◦ green 171 ◦ blue 197

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

Shades of Viking #47ABC5

Tints of Viking #47ABC5

RGB

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

 GREEN value IS 171 (67.19% from 255) = 38.95%

 BLUE value IS 197 (77.34% from 255) = 44.87%

R = 16.17%
G = 38.95%
B = 44.87%

CMYK

 C value IS 0.64

 M value IS 0.13

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#47ABC5 (or 0x47ABC5) is known color: Viking. HEX triplet: 47, AB and C5. RGB value is (71,171,197). Sum of RGB (Red+Green+Blue) = 71+171+197=439 (58% of max value = 765). Red value is 71 (28.12% from 255 or 16.17% from 439); Green value is 171 (67.19% from 255 or 38.95% from 439); Blue value is 197 (77.34% from 255 or 44.87% from 439); Max value from RGB is 197 - color contains mainly: blue. Hex color #47ABC5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #47ABC5 is #B8543A. Grayscale: #8F8F8F. Windows color (decimal): -12080187 or 12954439. OLE color: 12954439.

HSL color Cylindrical-coordinate representation of color #47ABC5: hue angle of 192.38º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #47ABC5 is Cyan = 0.64, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 71 171 197 -
CMYK 0.64 0.13 0 0.23
HSL 192.38º 0.52% 0.53% -
HSV(B) 192.38º 0.64% 0.77% -
XYZ 27.24 34.5 58.05 -
YUV 144.06 157.87 75.89 -
System Red Green Blue C M Y K H S L
Decimal 71 171 197 0.64 0.13 0 0.23 192.38 0.52 0.53
Hex 47 AB C5 40 D 0 17 C0 34 35
Octal 107 253 305 100 15 0 27 300 64 65
Binary 1000111 10101011 11000101 1000000 1101 0 10111 11000000 110100 110101

Color Harmonies of #47ABC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47ABC5

Black with #47ABC5

Text Example


Text Example

White with #47ABC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,171,197); }

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

background-color css

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

 a { background-color: rgb(71,171,197); }

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

border-color css

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

 span { border-color: rgb(71,171,197); }

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