Html Css Color HEX #47A9C1 Viking

📋 copy color: '#47A9C1'

red 71 ◦ green 169 ◦ blue 193

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

Shades of Viking #47A9C1

Tints of Viking #47A9C1

RGB

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

 GREEN value IS 169 (66.41% from 255) = 39.03%

 BLUE value IS 193 (75.78% from 255) = 44.57%

R = 16.4%
G = 39.03%
B = 44.57%

CMYK

 C value IS 0.63

 M value IS 0.12

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#47A9C1 (or 0x47A9C1) is known color: Viking. HEX triplet: 47, A9 and C1. RGB value is (71,169,193). Sum of RGB (Red+Green+Blue) = 71+169+193=433 (57% of max value = 765). Red value is 71 (28.12% from 255 or 16.40% from 433); Green value is 169 (66.41% from 255 or 39.03% from 433); Blue value is 193 (75.78% from 255 or 44.57% from 433); Max value from RGB is 193 - color contains mainly: blue. Hex color #47A9C1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #47A9C1 is #B8563E. Grayscale: #8E8E8E. Windows color (decimal): -12080703 or 12691783. OLE color: 12691783.

HSL color Cylindrical-coordinate representation of color #47A9C1: hue angle of 191.8º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #47A9C1 is Cyan = 0.63, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 71 169 193 -
CMYK 0.63 0.12 0 0.24
HSL 191.8º 0.5% 0.52% -
HSV(B) 191.8º 0.63% 0.76% -
XYZ 26.41 33.57 55.54 -
YUV 142.43 156.53 77.05 -
System Red Green Blue C M Y K H S L
Decimal 71 169 193 0.63 0.12 0 0.24 191.8 0.5 0.52
Hex 47 A9 C1 3F C 0 18 C0 32 34
Octal 107 251 301 77 14 0 30 300 62 64
Binary 1000111 10101001 11000001 111111 1100 0 11000 11000000 110010 110100

Color Harmonies of #47A9C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47A9C1

Black with #47A9C1

Text Example


Text Example

White with #47A9C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,169,193); }

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

background-color css

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

 a { background-color: rgb(71,169,193); }

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

border-color css

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

 span { border-color: rgb(71,169,193); }

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