Html Css Color HEX #49ABD5 Viking

📋 copy color: '#49ABD5'

red 73 ◦ green 171 ◦ blue 213

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

Shades of Viking #49ABD5

Tints of Viking #49ABD5

RGB

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

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

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

R = 15.97%
G = 37.42%
B = 46.61%

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

#49ABD5 (or 0x49ABD5) is known color: Viking. HEX triplet: 49, AB and D5. RGB value is (73,171,213). Sum of RGB (Red+Green+Blue) = 73+171+213=457 (60% of max value = 765). Red value is 73 (28.91% from 255 or 15.97% from 457); Green value is 171 (67.19% from 255 or 37.42% from 457); Blue value is 213 (83.59% from 255 or 46.61% from 457); Max value from RGB is 213 - color contains mainly: blue. Hex color #49ABD5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49ABD5 is #B6542A. Grayscale: #929292. Windows color (decimal): -11949099 or 14003017. OLE color: 14003017.

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

Color convert

RGB 73 171 213 -
CMYK 0.66 0.20 0 0.16
HSL 198º 0.63% 0.56% -
HSV(B) 198º 0.66% 0.84% -
XYZ 29.32 35.35 68.23 -
YUV 146.49 165.53 75.58 -
System Red Green Blue C M Y K H S L
Decimal 73 171 213 0.66 0.20 0 0.16 198 0.63 0.56
Hex 49 AB D5 42 14 0 10 C6 3E 38
Octal 111 253 325 102 24 0 20 306 76 70
Binary 1001001 10101011 11010101 1000010 10100 0 10000 11000110 111110 111000

Color Harmonies of #49ABD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49ABD5

Black with #49ABD5

Text Example


Text Example

White with #49ABD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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