Html Css Color HEX #47ABCC Viking

📋 copy color: '#47ABCC'

red 71 ◦ green 171 ◦ blue 204

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

Shades of Viking #47ABCC

Tints of Viking #47ABCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 45.74%

R = 15.92%
G = 38.34%
B = 45.74%

CMYK

 C value IS 0.65

 M value IS 0.16

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#47ABCC (or 0x47ABCC) is known color: Viking. HEX triplet: 47, AB and CC. RGB value is (71,171,204). Sum of RGB (Red+Green+Blue) = 71+171+204=446 (59% of max value = 765). Red value is 71 (28.12% from 255 or 15.92% from 446); Green value is 171 (67.19% from 255 or 38.34% from 446); Blue value is 204 (80.08% from 255 or 45.74% from 446); Max value from RGB is 204 - color contains mainly: blue. Hex color #47ABCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #47ABCC is #B85433. Grayscale: #909090. Windows color (decimal): -12080180 or 13413191. OLE color: 13413191.

HSL color Cylindrical-coordinate representation of color #47ABCC: hue angle of 194.89º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #47ABCC is Cyan = 0.65, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 71 171 204 -
CMYK 0.65 0.16 0 0.2
HSL 194.89º 0.57% 0.54% -
HSV(B) 194.89º 0.65% 0.8% -
XYZ 28.06 34.83 62.37 -
YUV 144.86 161.37 75.32 -
System Red Green Blue C M Y K H S L
Decimal 71 171 204 0.65 0.16 0 0.2 194.89 0.57 0.54
Hex 47 AB CC 41 10 0 14 C3 39 36
Octal 107 253 314 101 20 0 24 303 71 66
Binary 1000111 10101011 11001100 1000001 10000 0 10100 11000011 111001 110110

Color Harmonies of #47ABCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47ABCC

Black with #47ABCC

Text Example


Text Example

White with #47ABCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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