Html Css Color HEX #47AACF Viking

📋 copy color: '#47AACF'

red 71 ◦ green 170 ◦ blue 207

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

Shades of Viking #47AACF

Tints of Viking #47AACF

RGB

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

 GREEN value IS 170 (66.8% from 255) = 37.95%

 BLUE value IS 207 (81.25% from 255) = 46.21%

R = 15.85%
G = 37.95%
B = 46.21%

CMYK

 C value IS 0.66

 M value IS 0.18

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#47AACF (or 0x47AACF) is known color: Viking. HEX triplet: 47, AA and CF. RGB value is (71,170,207). Sum of RGB (Red+Green+Blue) = 71+170+207=448 (59% of max value = 765). Red value is 71 (28.12% from 255 or 15.85% from 448); Green value is 170 (66.80% from 255 or 37.95% from 448); Blue value is 207 (81.25% from 255 or 46.21% from 448); Max value from RGB is 207 - color contains mainly: blue. Hex color #47AACF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #47AACF is #B85530. Grayscale: #909090. Windows color (decimal): -12080433 or 13609543. OLE color: 13609543.

HSL color Cylindrical-coordinate representation of color #47AACF: hue angle of 196.32º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #47AACF is Cyan = 0.66, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 71 170 207 -
CMYK 0.66 0.18 0 0.19
HSL 196.32º 0.59% 0.55% -
HSV(B) 196.32º 0.66% 0.81% -
XYZ 28.24 34.59 64.22 -
YUV 144.62 163.2 75.49 -
System Red Green Blue C M Y K H S L
Decimal 71 170 207 0.66 0.18 0 0.19 196.32 0.59 0.55
Hex 47 AA CF 42 12 0 13 C4 3B 37
Octal 107 252 317 102 22 0 23 304 73 67
Binary 1000111 10101010 11001111 1000010 10010 0 10011 11000100 111011 110111

Color Harmonies of #47AACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47AACF

Black with #47AACF

Text Example


Text Example

White with #47AACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,170,207); }

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

background-color css

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

 a { background-color: rgb(71,170,207); }

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

border-color css

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

 span { border-color: rgb(71,170,207); }

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