Html Css Color HEX #47ABCA Viking

📋 copy color: '#47ABCA'

red 71 ◦ green 171 ◦ blue 202

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

Shades of Viking #47ABCA

Tints of Viking #47ABCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 45.5%

R = 15.99%
G = 38.51%
B = 45.5%

CMYK

 C value IS 0.65

 M value IS 0.15

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#47ABCA (or 0x47ABCA) is known color: Viking. HEX triplet: 47, AB and CA. RGB value is (71,171,202). Sum of RGB (Red+Green+Blue) = 71+171+202=444 (58% of max value = 765). Red value is 71 (28.12% from 255 or 15.99% from 444); Green value is 171 (67.19% from 255 or 38.51% from 444); Blue value is 202 (79.30% from 255 or 45.50% from 444); Max value from RGB is 202 - color contains mainly: blue. Hex color #47ABCA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #47ABCA is #B85435. Grayscale: #909090. Windows color (decimal): -12080182 or 13282119. OLE color: 13282119.

HSL color Cylindrical-coordinate representation of color #47ABCA: hue angle of 194.2º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #47ABCA is Cyan = 0.65, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 71 171 202 -
CMYK 0.65 0.15 0 0.21
HSL 194.2º 0.55% 0.54% -
HSV(B) 194.2º 0.65% 0.79% -
XYZ 27.82 34.73 61.11 -
YUV 144.63 160.37 75.48 -
System Red Green Blue C M Y K H S L
Decimal 71 171 202 0.65 0.15 0 0.21 194.2 0.55 0.54
Hex 47 AB CA 41 F 0 15 C2 37 36
Octal 107 253 312 101 17 0 25 302 67 66
Binary 1000111 10101011 11001010 1000001 1111 0 10101 11000010 110111 110110

Color Harmonies of #47ABCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47ABCA

Black with #47ABCA

Text Example


Text Example

White with #47ABCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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