Html Css Color HEX #47AABC Viking

📋 copy color: '#47AABC'

red 71 ◦ green 170 ◦ blue 188

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

Shades of Viking #47AABC

Tints of Viking #47AABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 43.82%

R = 16.55%
G = 39.63%
B = 43.82%

CMYK

 C value IS 0.62

 M value IS 0.10

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#47AABC (or 0x47AABC) is known color: Viking. HEX triplet: 47, AA and BC. RGB value is (71,170,188). Sum of RGB (Red+Green+Blue) = 71+170+188=429 (56% of max value = 765). Red value is 71 (28.12% from 255 or 16.55% from 429); Green value is 170 (66.80% from 255 or 39.63% from 429); Blue value is 188 (73.83% from 255 or 43.82% from 429); Max value from RGB is 188 - color contains mainly: blue. Hex color #47AABC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #47AABC is #B85543. Grayscale: #8E8E8E. Windows color (decimal): -12080452 or 12364359. OLE color: 12364359.

HSL color Cylindrical-coordinate representation of color #47AABC: hue angle of 189.23º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #47AABC is Cyan = 0.62, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 71 170 188 -
CMYK 0.62 0.10 0 0.26
HSL 189.23º 0.47% 0.51% -
HSV(B) 189.23º 0.62% 0.74% -
XYZ 26.05 33.72 52.71 -
YUV 142.45 153.7 77.04 -
System Red Green Blue C M Y K H S L
Decimal 71 170 188 0.62 0.10 0 0.26 189.23 0.47 0.51
Hex 47 AA BC 3E A 0 1A BD 2F 33
Octal 107 252 274 76 12 0 32 275 57 63
Binary 1000111 10101010 10111100 111110 1010 0 11010 10111101 101111 110011

Color Harmonies of #47AABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47AABC

Black with #47AABC

Text Example


Text Example

White with #47AABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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