Html Css Color HEX #47ACCD Viking

📋 copy color: '#47ACCD'

red 71 ◦ green 172 ◦ blue 205

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

Shades of Viking #47ACCD

Tints of Viking #47ACCD

RGB

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

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

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

R = 15.85%
G = 38.39%
B = 45.76%

CMYK

 C value IS 0.65

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#47ACCD (or 0x47ACCD) is known color: Viking. HEX triplet: 47, AC and CD. RGB value is (71,172,205). Sum of RGB (Red+Green+Blue) = 71+172+205=448 (59% of max value = 765). Red value is 71 (28.12% from 255 or 15.85% from 448); Green value is 172 (67.58% from 255 or 38.39% from 448); Blue value is 205 (80.47% from 255 or 45.76% from 448); Max value from RGB is 205 - color contains mainly: blue. Hex color #47ACCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #47ACCD is #B85332. Grayscale: #919191. Windows color (decimal): -12079923 or 13478983. OLE color: 13478983.

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

Color convert

RGB 71 172 205 -
CMYK 0.65 0.16 0 0.20
HSL 194.78º 0.57% 0.54% -
HSV(B) 194.78º 0.65% 0.8% -
XYZ 28.37 35.25 63.07 -
YUV 145.56 161.54 74.82 -
System Red Green Blue C M Y K H S L
Decimal 71 172 205 0.65 0.16 0 0.20 194.78 0.57 0.54
Hex 47 AC CD 41 10 0 14 C3 39 36
Octal 107 254 315 101 20 0 24 303 71 66
Binary 1000111 10101100 11001101 1000001 10000 0 10100 11000011 111001 110110

Color Harmonies of #47ACCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47ACCD

Black with #47ACCD

Text Example


Text Example

White with #47ACCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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