Html Css Color HEX #49AAD5 Viking

📋 copy color: '#49AAD5'

red 73 ◦ green 170 ◦ blue 213

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

Shades of Viking #49AAD5

Tints of Viking #49AAD5

RGB

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

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

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

R = 16.01%
G = 37.28%
B = 46.71%

CMYK

 C value IS 0.66

 M value IS 0.20

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#49AAD5 (or 0x49AAD5) is known color: Viking. HEX triplet: 49, AA and D5. RGB value is (73,170,213). Sum of RGB (Red+Green+Blue) = 73+170+213=456 (60% of max value = 765). Red value is 73 (28.91% from 255 or 16.01% from 456); Green value is 170 (66.80% from 255 or 37.28% from 456); Blue value is 213 (83.59% from 255 or 46.71% from 456); Max value from RGB is 213 - color contains mainly: blue. Hex color #49AAD5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49AAD5 is #B6552A. Grayscale: #919191. Windows color (decimal): -11949355 or 14002761. OLE color: 14002761.

HSL color Cylindrical-coordinate representation of color #49AAD5: hue angle of 198.43º 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 #49AAD5 is Cyan = 0.66, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 73 170 213 -
CMYK 0.66 0.20 0 0.16
HSL 198.43º 0.63% 0.56% -
HSV(B) 198.43º 0.66% 0.84% -
XYZ 29.13 34.97 68.17 -
YUV 145.9 165.86 76 -
System Red Green Blue C M Y K H S L
Decimal 73 170 213 0.66 0.20 0 0.16 198.43 0.63 0.56
Hex 49 AA D5 42 14 0 10 C6 3E 38
Octal 111 252 325 102 24 0 20 306 76 70
Binary 1001001 10101010 11010101 1000010 10100 0 10000 11000110 111110 111000

Color Harmonies of #49AAD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49AAD5

Black with #49AAD5

Text Example


Text Example

White with #49AAD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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