Html Css Color HEX #47ABC0 Viking

📋 copy color: '#47ABC0'

red 71 ◦ green 171 ◦ blue 192

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

Shades of Viking #47ABC0

Tints of Viking #47ABC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 44.24%

R = 16.36%
G = 39.4%
B = 44.24%

CMYK

 C value IS 0.63

 M value IS 0.11

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#47ABC0 (or 0x47ABC0) is known color: Viking. HEX triplet: 47, AB and C0. RGB value is (71,171,192). Sum of RGB (Red+Green+Blue) = 71+171+192=434 (57% of max value = 765). Red value is 71 (28.12% from 255 or 16.36% from 434); Green value is 171 (67.19% from 255 or 39.40% from 434); Blue value is 192 (75.39% from 255 or 44.24% from 434); Max value from RGB is 192 - color contains mainly: blue. Hex color #47ABC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #47ABC0 is #B8543F. Grayscale: #8F8F8F. Windows color (decimal): -12080192 or 12626759. OLE color: 12626759.

HSL color Cylindrical-coordinate representation of color #47ABC0: hue angle of 190.41º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #47ABC0 is Cyan = 0.63, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 71 171 192 -
CMYK 0.63 0.11 0 0.25
HSL 190.41º 0.49% 0.52% -
HSV(B) 190.41º 0.63% 0.75% -
XYZ 26.68 34.27 55.08 -
YUV 143.49 155.37 76.29 -
System Red Green Blue C M Y K H S L
Decimal 71 171 192 0.63 0.11 0 0.25 190.41 0.49 0.52
Hex 47 AB C0 3F B 0 19 BE 31 34
Octal 107 253 300 77 13 0 31 276 61 64
Binary 1000111 10101011 11000000 111111 1011 0 11001 10111110 110001 110100

Color Harmonies of #47ABC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47ABC0

Black with #47ABC0

Text Example


Text Example

White with #47ABC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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