Html Css Color HEX #47ACC4 Viking

📋 copy color: '#47ACC4'

red 71 ◦ green 172 ◦ blue 196

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

Shades of Viking #47ACC4

Tints of Viking #47ACC4

RGB

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

 GREEN value IS 172 (67.58% from 255) = 39.18%

 BLUE value IS 196 (76.95% from 255) = 44.65%

R = 16.17%
G = 39.18%
B = 44.65%

CMYK

 C value IS 0.64

 M value IS 0.12

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#47ACC4 (or 0x47ACC4) is known color: Viking. HEX triplet: 47, AC and C4. RGB value is (71,172,196). Sum of RGB (Red+Green+Blue) = 71+172+196=439 (58% of max value = 765). Red value is 71 (28.12% from 255 or 16.17% from 439); Green value is 172 (67.58% from 255 or 39.18% from 439); Blue value is 196 (76.95% from 255 or 44.65% from 439); Max value from RGB is 196 - color contains mainly: blue. Hex color #47ACC4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #47ACC4 is #B8533B. Grayscale: #909090. Windows color (decimal): -12079932 or 12889159. OLE color: 12889159.

HSL color Cylindrical-coordinate representation of color #47ACC4: hue angle of 191.52º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #47ACC4 is Cyan = 0.64, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 71 172 196 -
CMYK 0.64 0.12 0 0.23
HSL 191.52º 0.51% 0.52% -
HSV(B) 191.52º 0.64% 0.77% -
XYZ 27.31 34.83 57.51 -
YUV 144.54 157.04 75.55 -
System Red Green Blue C M Y K H S L
Decimal 71 172 196 0.64 0.12 0 0.23 191.52 0.51 0.52
Hex 47 AC C4 40 C 0 17 C0 33 34
Octal 107 254 304 100 14 0 27 300 63 64
Binary 1000111 10101100 11000100 1000000 1100 0 10111 11000000 110011 110100

Color Harmonies of #47ACC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47ACC4

Black with #47ACC4

Text Example


Text Example

White with #47ACC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,172,196); }

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

background-color css

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

 a { background-color: rgb(71,172,196); }

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

border-color css

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

 span { border-color: rgb(71,172,196); }

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