Html Css Color HEX #49ABC4 Viking

📋 copy color: '#49ABC4'

red 73 ◦ green 171 ◦ blue 196

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

Shades of Viking #49ABC4

Tints of Viking #49ABC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 44.55%

R = 16.59%
G = 38.86%
B = 44.55%

CMYK

 C value IS 0.63

 M value IS 0.13

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#49ABC4 (or 0x49ABC4) is known color: Viking. HEX triplet: 49, AB and C4. RGB value is (73,171,196). Sum of RGB (Red+Green+Blue) = 73+171+196=440 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.59% from 440); Green value is 171 (67.19% from 255 or 38.86% from 440); Blue value is 196 (76.95% from 255 or 44.55% from 440); Max value from RGB is 196 - color contains mainly: blue. Hex color #49ABC4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49ABC4 is #B6543B. Grayscale: #909090. Windows color (decimal): -11949116 or 12888905. OLE color: 12888905.

HSL color Cylindrical-coordinate representation of color #49ABC4: hue angle of 192.2º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #49ABC4 is Cyan = 0.63, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 73 171 196 -
CMYK 0.63 0.13 0 0.23
HSL 192.2º 0.51% 0.53% -
HSV(B) 192.2º 0.63% 0.77% -
XYZ 27.27 34.53 57.45 -
YUV 144.55 157.03 76.97 -
System Red Green Blue C M Y K H S L
Decimal 73 171 196 0.63 0.13 0 0.23 192.2 0.51 0.53
Hex 49 AB C4 3F D 0 17 C0 33 35
Octal 111 253 304 77 15 0 27 300 63 65
Binary 1001001 10101011 11000100 111111 1101 0 10111 11000000 110011 110101

Color Harmonies of #49ABC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49ABC4

Black with #49ABC4

Text Example


Text Example

White with #49ABC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,171,196); }

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

background-color css

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

 a { background-color: rgb(73,171,196); }

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

border-color css

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

 span { border-color: rgb(73,171,196); }

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