Html Css Color HEX #47AECE Viking

📋 copy color: '#47AECE'

red 71 ◦ green 174 ◦ blue 206

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

Shades of Viking #47AECE

Tints of Viking #47AECE

RGB

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

 GREEN value IS 174 (68.36% from 255) = 38.58%

 BLUE value IS 206 (80.86% from 255) = 45.68%

R = 15.74%
G = 38.58%
B = 45.68%

CMYK

 C value IS 0.66

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#47AECE (or 0x47AECE) is known color: Viking. HEX triplet: 47, AE and CE. RGB value is (71,174,206). Sum of RGB (Red+Green+Blue) = 71+174+206=451 (59% of max value = 765). Red value is 71 (28.12% from 255 or 15.74% from 451); Green value is 174 (68.36% from 255 or 38.58% from 451); Blue value is 206 (80.86% from 255 or 45.68% from 451); Max value from RGB is 206 - color contains mainly: blue. Hex color #47AECE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #47AECE is #B85131. Grayscale: #929292. Windows color (decimal): -12079410 or 13545031. OLE color: 13545031.

HSL color Cylindrical-coordinate representation of color #47AECE: hue angle of 194.22º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #47AECE is Cyan = 0.66, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 71 174 206 -
CMYK 0.66 0.16 0 0.19
HSL 194.22º 0.58% 0.54% -
HSV(B) 194.22º 0.66% 0.81% -
XYZ 28.88 36.07 63.83 -
YUV 146.85 161.38 73.9 -
System Red Green Blue C M Y K H S L
Decimal 71 174 206 0.66 0.16 0 0.19 194.22 0.58 0.54
Hex 47 AE CE 42 10 0 13 C2 3A 36
Octal 107 256 316 102 20 0 23 302 72 66
Binary 1000111 10101110 11001110 1000010 10000 0 10011 11000010 111010 110110

Color Harmonies of #47AECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47AECE

Black with #47AECE

Text Example


Text Example

White with #47AECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,174,206); }

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

background-color css

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

 a { background-color: rgb(71,174,206); }

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

border-color css

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

 span { border-color: rgb(71,174,206); }

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