Html Css Color HEX #47AACB Viking

📋 copy color: '#47AACB'

red 71 ◦ green 170 ◦ blue 203

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

Shades of Viking #47AACB

Tints of Viking #47AACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 45.72%

R = 15.99%
G = 38.29%
B = 45.72%

CMYK

 C value IS 0.65

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#47AACB (or 0x47AACB) is known color: Viking. HEX triplet: 47, AA and CB. RGB value is (71,170,203). Sum of RGB (Red+Green+Blue) = 71+170+203=444 (58% of max value = 765). Red value is 71 (28.12% from 255 or 15.99% from 444); Green value is 170 (66.80% from 255 or 38.29% from 444); Blue value is 203 (79.69% from 255 or 45.72% from 444); Max value from RGB is 203 - color contains mainly: blue. Hex color #47AACB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #47AACB is #B85534. Grayscale: #8F8F8F. Windows color (decimal): -12080437 or 13347399. OLE color: 13347399.

HSL color Cylindrical-coordinate representation of color #47AACB: hue angle of 195º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #47AACB is Cyan = 0.65, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 71 170 203 -
CMYK 0.65 0.16 0 0.20
HSL 195º 0.56% 0.54% -
HSV(B) 195º 0.65% 0.8% -
XYZ 27.75 34.4 61.68 -
YUV 144.16 161.2 75.82 -
System Red Green Blue C M Y K H S L
Decimal 71 170 203 0.65 0.16 0 0.20 195 0.56 0.54
Hex 47 AA CB 41 10 0 14 C3 38 36
Octal 107 252 313 101 20 0 24 303 70 66
Binary 1000111 10101010 11001011 1000001 10000 0 10100 11000011 111000 110110

Color Harmonies of #47AACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47AACB

Black with #47AACB

Text Example


Text Example

White with #47AACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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