Html Css Color HEX #47AED2 Viking

📋 copy color: '#47AED2'

red 71 ◦ green 174 ◦ blue 210

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

Shades of Viking #47AED2

Tints of Viking #47AED2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 46.15%

R = 15.6%
G = 38.24%
B = 46.15%

CMYK

 C value IS 0.66

 M value IS 0.17

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#47AED2 (or 0x47AED2) is known color: Viking. HEX triplet: 47, AE and D2. RGB value is (71,174,210). Sum of RGB (Red+Green+Blue) = 71+174+210=455 (60% of max value = 765). Red value is 71 (28.12% from 255 or 15.60% from 455); Green value is 174 (68.36% from 255 or 38.24% from 455); Blue value is 210 (82.42% from 255 or 46.15% from 455); Max value from RGB is 210 - color contains mainly: blue. Hex color #47AED2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #47AED2 is #B8512D. Grayscale: #939393. Windows color (decimal): -12079406 or 13807175. OLE color: 13807175.

HSL color Cylindrical-coordinate representation of color #47AED2: hue angle of 195.54º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #47AED2 is Cyan = 0.66, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 71 174 210 -
CMYK 0.66 0.17 0 0.18
HSL 195.54º 0.61% 0.55% -
HSV(B) 195.54º 0.66% 0.82% -
XYZ 29.37 36.26 66.42 -
YUV 147.31 163.38 73.57 -
System Red Green Blue C M Y K H S L
Decimal 71 174 210 0.66 0.17 0 0.18 195.54 0.61 0.55
Hex 47 AE D2 42 11 0 12 C4 3D 37
Octal 107 256 322 102 21 0 22 304 75 67
Binary 1000111 10101110 11010010 1000010 10001 0 10010 11000100 111101 110111

Color Harmonies of #47AED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47AED2

Black with #47AED2

Text Example


Text Example

White with #47AED2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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