Html Css Color HEX #47ACCC Viking

📋 copy color: '#47ACCC'

red 71 ◦ green 172 ◦ blue 204

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

Shades of Viking #47ACCC

Tints of Viking #47ACCC

RGB

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

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

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

R = 15.88%
G = 38.48%
B = 45.64%

CMYK

 C value IS 0.65

 M value IS 0.16

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#47ACCC (or 0x47ACCC) is known color: Viking. HEX triplet: 47, AC and CC. RGB value is (71,172,204). Sum of RGB (Red+Green+Blue) = 71+172+204=447 (59% of max value = 765). Red value is 71 (28.12% from 255 or 15.88% from 447); Green value is 172 (67.58% from 255 or 38.48% from 447); Blue value is 204 (80.08% from 255 or 45.64% from 447); Max value from RGB is 204 - color contains mainly: blue. Hex color #47ACCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #47ACCC is #B85333. Grayscale: #919191. Windows color (decimal): -12079924 or 13413447. OLE color: 13413447.

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

Color convert

RGB 71 172 204 -
CMYK 0.65 0.16 0 0.2
HSL 194.44º 0.57% 0.54% -
HSV(B) 194.44º 0.65% 0.8% -
XYZ 28.25 35.2 62.43 -
YUV 145.45 161.04 74.9 -
System Red Green Blue C M Y K H S L
Decimal 71 172 204 0.65 0.16 0 0.2 194.44 0.57 0.54
Hex 47 AC CC 41 10 0 14 C2 39 36
Octal 107 254 314 101 20 0 24 302 71 66
Binary 1000111 10101100 11001100 1000001 10000 0 10100 11000010 111001 110110

Color Harmonies of #47ACCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47ACCC

Black with #47ACCC

Text Example


Text Example

White with #47ACCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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