Html Css Color HEX #49ADD5 Viking

📋 copy color: '#49ADD5'

red 73 ◦ green 173 ◦ blue 213

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

Shades of Viking #49ADD5

Tints of Viking #49ADD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 46.41%

R = 15.9%
G = 37.69%
B = 46.41%

CMYK

 C value IS 0.66

 M value IS 0.19

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#49ADD5 (or 0x49ADD5) is known color: Viking. HEX triplet: 49, AD and D5. RGB value is (73,173,213). Sum of RGB (Red+Green+Blue) = 73+173+213=459 (60% of max value = 765). Red value is 73 (28.91% from 255 or 15.90% from 459); Green value is 173 (67.97% from 255 or 37.69% from 459); Blue value is 213 (83.59% from 255 or 46.41% from 459); Max value from RGB is 213 - color contains mainly: blue. Hex color #49ADD5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49ADD5 is #B6522A. Grayscale: #939393. Windows color (decimal): -11948587 or 14003529. OLE color: 14003529.

HSL color Cylindrical-coordinate representation of color #49ADD5: hue angle of 197.14º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #49ADD5 is Cyan = 0.66, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 73 173 213 -
CMYK 0.66 0.19 0 0.16
HSL 197.14º 0.63% 0.56% -
HSV(B) 197.14º 0.66% 0.84% -
XYZ 29.7 36.11 68.35 -
YUV 147.66 164.87 74.75 -
System Red Green Blue C M Y K H S L
Decimal 73 173 213 0.66 0.19 0 0.16 197.14 0.63 0.56
Hex 49 AD D5 42 13 0 10 C5 3E 38
Octal 111 255 325 102 23 0 20 305 76 70
Binary 1001001 10101101 11010101 1000010 10011 0 10000 11000101 111110 111000

Color Harmonies of #49ADD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49ADD5

Black with #49ADD5

Text Example


Text Example

White with #49ADD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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