Html Css Color HEX #47AAC1 Viking

📋 copy color: '#47AAC1'

red 71 ◦ green 170 ◦ blue 193

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

Shades of Viking #47AAC1

Tints of Viking #47AAC1

RGB

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

 GREEN value IS 170 (66.8% from 255) = 39.17%

 BLUE value IS 193 (75.78% from 255) = 44.47%

R = 16.36%
G = 39.17%
B = 44.47%

CMYK

 C value IS 0.63

 M value IS 0.12

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#47AAC1 (or 0x47AAC1) is known color: Viking. HEX triplet: 47, AA and C1. RGB value is (71,170,193). Sum of RGB (Red+Green+Blue) = 71+170+193=434 (57% of max value = 765). Red value is 71 (28.12% from 255 or 16.36% from 434); Green value is 170 (66.80% from 255 or 39.17% from 434); Blue value is 193 (75.78% from 255 or 44.47% from 434); Max value from RGB is 193 - color contains mainly: blue. Hex color #47AAC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #47AAC1 is #B8553E. Grayscale: #8E8E8E. Windows color (decimal): -12080447 or 12692039. OLE color: 12692039.

HSL color Cylindrical-coordinate representation of color #47AAC1: hue angle of 191.31º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #47AAC1 is Cyan = 0.63, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 71 170 193 -
CMYK 0.63 0.12 0 0.24
HSL 191.31º 0.5% 0.52% -
HSV(B) 191.31º 0.63% 0.76% -
XYZ 26.6 33.94 55.6 -
YUV 143.02 156.2 76.63 -
System Red Green Blue C M Y K H S L
Decimal 71 170 193 0.63 0.12 0 0.24 191.31 0.5 0.52
Hex 47 AA C1 3F C 0 18 BF 32 34
Octal 107 252 301 77 14 0 30 277 62 64
Binary 1000111 10101010 11000001 111111 1100 0 11000 10111111 110010 110100

Color Harmonies of #47AAC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47AAC1

Black with #47AAC1

Text Example


Text Example

White with #47AAC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,170,193); }

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

background-color css

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

 a { background-color: rgb(71,170,193); }

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

border-color css

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

 span { border-color: rgb(71,170,193); }

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