Html Css Color HEX #47AAC0 Viking

📋 copy color: '#47AAC0'

red 71 ◦ green 170 ◦ blue 192

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

Shades of Viking #47AAC0

Tints of Viking #47AAC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 44.34%

R = 16.4%
G = 39.26%
B = 44.34%

CMYK

 C value IS 0.63

 M value IS 0.11

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#47AAC0 (or 0x47AAC0) is known color: Viking. HEX triplet: 47, AA and C0. RGB value is (71,170,192). Sum of RGB (Red+Green+Blue) = 71+170+192=433 (57% of max value = 765). Red value is 71 (28.12% from 255 or 16.40% from 433); Green value is 170 (66.80% from 255 or 39.26% from 433); Blue value is 192 (75.39% from 255 or 44.34% from 433); Max value from RGB is 192 - color contains mainly: blue. Hex color #47AAC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #47AAC0 is #B8553F. Grayscale: #8E8E8E. Windows color (decimal): -12080448 or 12626503. OLE color: 12626503.

HSL color Cylindrical-coordinate representation of color #47AAC0: hue angle of 190.91º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #47AAC0 is Cyan = 0.63, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 71 170 192 -
CMYK 0.63 0.11 0 0.25
HSL 190.91º 0.49% 0.52% -
HSV(B) 190.91º 0.63% 0.75% -
XYZ 26.49 33.89 55.02 -
YUV 142.91 155.7 76.71 -
System Red Green Blue C M Y K H S L
Decimal 71 170 192 0.63 0.11 0 0.25 190.91 0.49 0.52
Hex 47 AA C0 3F B 0 19 BF 31 34
Octal 107 252 300 77 13 0 31 277 61 64
Binary 1000111 10101010 11000000 111111 1011 0 11001 10111111 110001 110100

Color Harmonies of #47AAC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47AAC0

Black with #47AAC0

Text Example


Text Example

White with #47AAC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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