Html Css Color HEX #47AABF Viking

📋 copy color: '#47AABF'

red 71 ◦ green 170 ◦ blue 191

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

Shades of Viking #47AABF

Tints of Viking #47AABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 44.21%

R = 16.44%
G = 39.35%
B = 44.21%

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

#47AABF (or 0x47AABF) is known color: Viking. HEX triplet: 47, AA and BF. RGB value is (71,170,191). Sum of RGB (Red+Green+Blue) = 71+170+191=432 (57% of max value = 765). Red value is 71 (28.12% from 255 or 16.44% from 432); Green value is 170 (66.80% from 255 or 39.35% from 432); Blue value is 191 (75% from 255 or 44.21% from 432); Max value from RGB is 191 - color contains mainly: blue. Hex color #47AABF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #47AABF is #B85540. Grayscale: #8E8E8E. Windows color (decimal): -12080449 or 12560967. OLE color: 12560967.

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

Color convert

RGB 71 170 191 -
CMYK 0.63 0.11 0 0.25
HSL 190.5º 0.48% 0.51% -
HSV(B) 190.5º 0.63% 0.75% -
XYZ 26.38 33.85 54.43 -
YUV 142.79 155.2 76.79 -
System Red Green Blue C M Y K H S L
Decimal 71 170 191 0.63 0.11 0 0.25 190.5 0.48 0.51
Hex 47 AA BF 3F B 0 19 BE 30 33
Octal 107 252 277 77 13 0 31 276 60 63
Binary 1000111 10101010 10111111 111111 1011 0 11001 10111110 110000 110011

Color Harmonies of #47AABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47AABF

Black with #47AABF

Text Example


Text Example

White with #47AABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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