Html Css Color HEX #49ADC9 Viking

📋 copy color: '#49ADC9'

red 73 ◦ green 173 ◦ blue 201

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

Shades of Viking #49ADC9

Tints of Viking #49ADC9

RGB

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

 GREEN value IS 173 (67.97% from 255) = 38.7%

 BLUE value IS 201 (78.91% from 255) = 44.97%

R = 16.33%
G = 38.7%
B = 44.97%

CMYK

 C value IS 0.64

 M value IS 0.14

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#49ADC9 (or 0x49ADC9) is known color: Viking. HEX triplet: 49, AD and C9. RGB value is (73,173,201). Sum of RGB (Red+Green+Blue) = 73+173+201=447 (59% of max value = 765). Red value is 73 (28.91% from 255 or 16.33% from 447); Green value is 173 (67.97% from 255 or 38.70% from 447); Blue value is 201 (78.91% from 255 or 44.97% from 447); Max value from RGB is 201 - color contains mainly: blue. Hex color #49ADC9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49ADC9 is #B65236. Grayscale: #929292. Windows color (decimal): -11948599 or 13217097. OLE color: 13217097.

HSL color Cylindrical-coordinate representation of color #49ADC9: hue angle of 193.12º degrees, saturation: 0.54, 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 #49ADC9 is Cyan = 0.64, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 73 173 201 -
CMYK 0.64 0.14 0 0.21
HSL 193.13º 0.54% 0.54% -
HSV(B) 193.13º 0.64% 0.79% -
XYZ 28.23 35.52 60.63 -
YUV 146.29 158.87 75.72 -
System Red Green Blue C M Y K H S L
Decimal 73 173 201 0.64 0.14 0 0.21 193.13 0.54 0.54
Hex 49 AD C9 40 E 0 15 C1 36 36
Octal 111 255 311 100 16 0 25 301 66 66
Binary 1001001 10101101 11001001 1000000 1110 0 10101 11000001 110110 110110

Color Harmonies of #49ADC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49ADC9

Black with #49ADC9

Text Example


Text Example

White with #49ADC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,173,201); }

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

background-color css

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

 a { background-color: rgb(73,173,201); }

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

border-color css

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

 span { border-color: rgb(73,173,201); }

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