Html Css Color HEX #47ABC9 Viking

📋 copy color: '#47ABC9'

red 71 ◦ green 171 ◦ blue 201

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

Shades of Viking #47ABC9

Tints of Viking #47ABC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 45.37%

R = 16.03%
G = 38.6%
B = 45.37%

CMYK

 C value IS 0.65

 M value IS 0.15

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#47ABC9 (or 0x47ABC9) is known color: Viking. HEX triplet: 47, AB and C9. RGB value is (71,171,201). Sum of RGB (Red+Green+Blue) = 71+171+201=443 (58% of max value = 765). Red value is 71 (28.12% from 255 or 16.03% from 443); Green value is 171 (67.19% from 255 or 38.60% from 443); Blue value is 201 (78.91% from 255 or 45.37% from 443); Max value from RGB is 201 - color contains mainly: blue. Hex color #47ABC9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #47ABC9 is #B85436. Grayscale: #909090. Windows color (decimal): -12080183 or 13216583. OLE color: 13216583.

HSL color Cylindrical-coordinate representation of color #47ABC9: hue angle of 193.85º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #47ABC9 is Cyan = 0.65, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 71 171 201 -
CMYK 0.65 0.15 0 0.21
HSL 193.85º 0.55% 0.53% -
HSV(B) 193.85º 0.65% 0.79% -
XYZ 27.7 34.68 60.49 -
YUV 144.52 159.87 75.56 -
System Red Green Blue C M Y K H S L
Decimal 71 171 201 0.65 0.15 0 0.21 193.85 0.55 0.53
Hex 47 AB C9 41 F 0 15 C2 37 35
Octal 107 253 311 101 17 0 25 302 67 65
Binary 1000111 10101011 11001001 1000001 1111 0 10101 11000010 110111 110101

Color Harmonies of #47ABC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47ABC9

Black with #47ABC9

Text Example


Text Example

White with #47ABC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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