Html Css Color HEX #47AECD Viking

📋 copy color: '#47AECD'

red 71 ◦ green 174 ◦ blue 205

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

Shades of Viking #47AECD

Tints of Viking #47AECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 45.56%

R = 15.78%
G = 38.67%
B = 45.56%

CMYK

 C value IS 0.65

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#47AECD (or 0x47AECD) is known color: Viking. HEX triplet: 47, AE and CD. RGB value is (71,174,205). Sum of RGB (Red+Green+Blue) = 71+174+205=450 (59% of max value = 765). Red value is 71 (28.12% from 255 or 15.78% from 450); Green value is 174 (68.36% from 255 or 38.67% from 450); Blue value is 205 (80.47% from 255 or 45.56% from 450); Max value from RGB is 205 - color contains mainly: blue. Hex color #47AECD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #47AECD is #B85132. Grayscale: #929292. Windows color (decimal): -12079411 or 13479495. OLE color: 13479495.

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

Color convert

RGB 71 174 205 -
CMYK 0.65 0.15 0 0.20
HSL 193.88º 0.57% 0.54% -
HSV(B) 193.88º 0.65% 0.8% -
XYZ 28.75 36.02 63.19 -
YUV 146.74 160.88 73.98 -
System Red Green Blue C M Y K H S L
Decimal 71 174 205 0.65 0.15 0 0.20 193.88 0.57 0.54
Hex 47 AE CD 41 F 0 14 C2 39 36
Octal 107 256 315 101 17 0 24 302 71 66
Binary 1000111 10101110 11001101 1000001 1111 0 10100 11000010 111001 110110

Color Harmonies of #47AECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47AECD

Black with #47AECD

Text Example


Text Example

White with #47AECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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