Html Css Color HEX #47ABD2 Viking

📋 copy color: '#47ABD2'

red 71 ◦ green 171 ◦ blue 210

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

Shades of Viking #47ABD2

Tints of Viking #47ABD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 46.46%

R = 15.71%
G = 37.83%
B = 46.46%

CMYK

 C value IS 0.66

 M value IS 0.19

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#47ABD2 (or 0x47ABD2) is known color: Viking. HEX triplet: 47, AB and D2. RGB value is (71,171,210). Sum of RGB (Red+Green+Blue) = 71+171+210=452 (59% of max value = 765). Red value is 71 (28.12% from 255 or 15.71% from 452); Green value is 171 (67.19% from 255 or 37.83% from 452); Blue value is 210 (82.42% from 255 or 46.46% from 452); Max value from RGB is 210 - color contains mainly: blue. Hex color #47ABD2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #47ABD2 is #B8542D. Grayscale: #919191. Windows color (decimal): -12080174 or 13806407. OLE color: 13806407.

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

Color convert

RGB 71 171 210 -
CMYK 0.66 0.19 0 0.18
HSL 196.83º 0.61% 0.55% -
HSV(B) 196.83º 0.66% 0.82% -
XYZ 28.79 35.12 66.23 -
YUV 145.55 164.37 74.83 -
System Red Green Blue C M Y K H S L
Decimal 71 171 210 0.66 0.19 0 0.18 196.83 0.61 0.55
Hex 47 AB D2 42 13 0 12 C5 3D 37
Octal 107 253 322 102 23 0 22 305 75 67
Binary 1000111 10101011 11010010 1000010 10011 0 10010 11000101 111101 110111

Color Harmonies of #47ABD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47ABD2

Black with #47ABD2

Text Example


Text Example

White with #47ABD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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