Html Css Color HEX #49AACA Viking

📋 copy color: '#49AACA'

red 73 ◦ green 170 ◦ blue 202

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

Shades of Viking #49AACA

Tints of Viking #49AACA

RGB

 RED value IS 73 (28.91% from 255) = 16.4%

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

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

R = 16.4%
G = 38.2%
B = 45.39%

CMYK

 C value IS 0.64

 M value IS 0.16

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#49AACA (or 0x49AACA) is known color: Viking. HEX triplet: 49, AA and CA. RGB value is (73,170,202). Sum of RGB (Red+Green+Blue) = 73+170+202=445 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.40% from 445); Green value is 170 (66.80% from 255 or 38.20% from 445); Blue value is 202 (79.30% from 255 or 45.39% from 445); Max value from RGB is 202 - color contains mainly: blue. Hex color #49AACA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49AACA is #B65535. Grayscale: #909090. Windows color (decimal): -11949366 or 13281865. OLE color: 13281865.

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

Color convert

RGB 73 170 202 -
CMYK 0.64 0.16 0 0.21
HSL 194.88º 0.55% 0.54% -
HSV(B) 194.88º 0.64% 0.79% -
XYZ 27.78 34.43 61.06 -
YUV 144.65 160.36 76.9 -
System Red Green Blue C M Y K H S L
Decimal 73 170 202 0.64 0.16 0 0.21 194.88 0.55 0.54
Hex 49 AA CA 40 10 0 15 C3 37 36
Octal 111 252 312 100 20 0 25 303 67 66
Binary 1001001 10101010 11001010 1000000 10000 0 10101 11000011 110111 110110

Color Harmonies of #49AACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49AACA

Black with #49AACA

Text Example


Text Example

White with #49AACA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49AACA; }

 p { color: rgb(73,170,202); }

 H1.HeaderClassName
 {
   color: #49AACA;
 }
 .AnyTagClassName
 {
   color: #49AACA;
 }
</style>

background-color css

<style>
 a { background-color: #49AACA; }

 a { background-color: rgb(73,170,202); }

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

border-color css

<style>
 span { border-color: #49AACA; }

 span { border-color: rgb(73,170,202); }

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