Html Css Color HEX #47ADCC Viking

📋 copy color: '#47ADCC'

red 71 ◦ green 173 ◦ blue 204

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

Shades of Viking #47ADCC

Tints of Viking #47ADCC

RGB

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

 GREEN value IS 173 (67.97% from 255) = 38.62%

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

R = 15.85%
G = 38.62%
B = 45.54%

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

#47ADCC (or 0x47ADCC) is known color: Viking. HEX triplet: 47, AD and CC. RGB value is (71,173,204). Sum of RGB (Red+Green+Blue) = 71+173+204=448 (59% of max value = 765). Red value is 71 (28.12% from 255 or 15.85% from 448); Green value is 173 (67.97% from 255 or 38.62% from 448); Blue value is 204 (80.08% from 255 or 45.54% from 448); Max value from RGB is 204 - color contains mainly: blue. Hex color #47ADCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #47ADCC is #B85233. Grayscale: #919191. Windows color (decimal): -12079668 or 13413703. OLE color: 13413703.

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

Color convert

RGB 71 173 204 -
CMYK 0.65 0.15 0 0.2
HSL 193.99º 0.57% 0.54% -
HSV(B) 193.99º 0.65% 0.8% -
XYZ 28.44 35.59 62.5 -
YUV 146.04 160.71 74.48 -
System Red Green Blue C M Y K H S L
Decimal 71 173 204 0.65 0.15 0 0.2 193.99 0.57 0.54
Hex 47 AD CC 41 F 0 14 C2 39 36
Octal 107 255 314 101 17 0 24 302 71 66
Binary 1000111 10101101 11001100 1000001 1111 0 10100 11000010 111001 110110

Color Harmonies of #47ADCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47ADCC

Black with #47ADCC

Text Example


Text Example

White with #47ADCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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