Html Css Color HEX #49AABD Viking

📋 copy color: '#49AABD'

red 73 ◦ green 170 ◦ blue 189

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

Shades of Viking #49AABD

Tints of Viking #49AABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 43.75%

R = 16.9%
G = 39.35%
B = 43.75%

CMYK

 C value IS 0.61

 M value IS 0.10

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#49AABD (or 0x49AABD) is known color: Viking. HEX triplet: 49, AA and BD. RGB value is (73,170,189). Sum of RGB (Red+Green+Blue) = 73+170+189=432 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.90% from 432); Green value is 170 (66.80% from 255 or 39.35% from 432); Blue value is 189 (74.22% from 255 or 43.75% from 432); Max value from RGB is 189 - color contains mainly: blue. Hex color #49AABD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49AABD is #B65542. Grayscale: #8E8E8E. Windows color (decimal): -11949379 or 12429897. OLE color: 12429897.

HSL color Cylindrical-coordinate representation of color #49AABD: hue angle of 189.83º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #49AABD is Cyan = 0.61, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 73 170 189 -
CMYK 0.61 0.10 0 0.26
HSL 189.83º 0.47% 0.51% -
HSV(B) 189.83º 0.61% 0.74% -
XYZ 26.31 33.84 53.29 -
YUV 143.16 153.86 77.96 -
System Red Green Blue C M Y K H S L
Decimal 73 170 189 0.61 0.10 0 0.26 189.83 0.47 0.51
Hex 49 AA BD 3D A 0 1A BE 2F 33
Octal 111 252 275 75 12 0 32 276 57 63
Binary 1001001 10101010 10111101 111101 1010 0 11010 10111110 101111 110011

Color Harmonies of #49AABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49AABD

Black with #49AABD

Text Example


Text Example

White with #49AABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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