Html Css Color HEX #47ABCD Viking

📋 copy color: '#47ABCD'

red 71 ◦ green 171 ◦ blue 205

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

Shades of Viking #47ABCD

Tints of Viking #47ABCD

RGB

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

 GREEN value IS 171 (67.19% from 255) = 38.26%

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

R = 15.88%
G = 38.26%
B = 45.86%

CMYK

 C value IS 0.65

 M value IS 0.17

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#47ABCD (or 0x47ABCD) is known color: Viking. HEX triplet: 47, AB and CD. RGB value is (71,171,205). Sum of RGB (Red+Green+Blue) = 71+171+205=447 (59% of max value = 765). Red value is 71 (28.12% from 255 or 15.88% from 447); Green value is 171 (67.19% from 255 or 38.26% from 447); Blue value is 205 (80.47% from 255 or 45.86% from 447); Max value from RGB is 205 - color contains mainly: blue. Hex color #47ABCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #47ABCD is #B85432. Grayscale: #909090. Windows color (decimal): -12080179 or 13478727. OLE color: 13478727.

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

Color convert

RGB 71 171 205 -
CMYK 0.65 0.17 0 0.20
HSL 195.22º 0.57% 0.54% -
HSV(B) 195.22º 0.65% 0.8% -
XYZ 28.18 34.87 63 -
YUV 144.98 161.87 75.24 -
System Red Green Blue C M Y K H S L
Decimal 71 171 205 0.65 0.17 0 0.20 195.22 0.57 0.54
Hex 47 AB CD 41 11 0 14 C3 39 36
Octal 107 253 315 101 21 0 24 303 71 66
Binary 1000111 10101011 11001101 1000001 10001 0 10100 11000011 111001 110110

Color Harmonies of #47ABCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47ABCD

Black with #47ABCD

Text Example


Text Example

White with #47ABCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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