Html Css Color HEX #47AECC Viking

📋 copy color: '#47AECC'

red 71 ◦ green 174 ◦ blue 204

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

Shades of Viking #47AECC

Tints of Viking #47AECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 45.43%

R = 15.81%
G = 38.75%
B = 45.43%

CMYK

 C value IS 0.65

 M value IS 0.15

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#47AECC (or 0x47AECC) is known color: Viking. HEX triplet: 47, AE and CC. RGB value is (71,174,204). Sum of RGB (Red+Green+Blue) = 71+174+204=449 (59% of max value = 765). Red value is 71 (28.12% from 255 or 15.81% from 449); Green value is 174 (68.36% from 255 or 38.75% from 449); Blue value is 204 (80.08% from 255 or 45.43% from 449); Max value from RGB is 204 - color contains mainly: blue. Hex color #47AECC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #47AECC is #B85133. Grayscale: #929292. Windows color (decimal): -12079412 or 13413959. OLE color: 13413959.

HSL color Cylindrical-coordinate representation of color #47AECC: hue angle of 193.53º degrees, saturation: 0.57, 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 #47AECC is Cyan = 0.65, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 71 174 204 -
CMYK 0.65 0.15 0 0.2
HSL 193.53º 0.57% 0.54% -
HSV(B) 193.53º 0.65% 0.8% -
XYZ 28.63 35.97 62.56 -
YUV 146.62 160.38 74.06 -
System Red Green Blue C M Y K H S L
Decimal 71 174 204 0.65 0.15 0 0.2 193.53 0.57 0.54
Hex 47 AE CC 41 F 0 14 C2 39 36
Octal 107 256 314 101 17 0 24 302 71 66
Binary 1000111 10101110 11001100 1000001 1111 0 10100 11000010 111001 110110

Color Harmonies of #47AECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47AECC

Black with #47AECC

Text Example


Text Example

White with #47AECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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