#49AAB9

Color #49AAB9 Viking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viking #49AAB9

Tints of Viking #49AAB9

Color information

#49AAB9 (or 0x49AAB9) is unknown color: approx Viking. HEX triplet: 49, AA and B9. RGB value is (73,170,185). Sum of RGB (Red+Green+Blue) = 73+170+185=428 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.06% from 428); Green value is 170 (66.80% from 255 or 39.72% from 428); Blue value is 185 (72.66% from 255 or 43.22% from 428); Max value from RGB is 185 - color contains mainly: blue. Hex color #49AAB9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49AAB9 is #B65546. Grayscale: #8E8E8E. Windows color (decimal): -11949383 or 12167753. OLE color: 12167753.

HSL color Cylindrical-coordinate representation of color #49AAB9: hue angle of 188.04º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #49AAB9 is Cyan = 0.61, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB73170185-
CMYK0.610.0800.27
HSL188.04º44.44%50.59%-
HSV(B)188.04º60.54%72.55%-
XYZ25.8833.6751.03-
YUV142.71151.8678.28-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.06%
GREEN value IS 170 (66.80% from 255) = 39.72%
BLUE value IS 185 (72.66% from 255) = 43.22%
R=17.06%
G=39.72%
B=43.22%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal731701850.610.0800.27188.0444.4450.59
Hex49AAB93D801Bbc2c33
Octal11125227175100332745463
Binary10010011010101010111001111101100001101110111100101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49AAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #49AAB9;
 }
 .AnyTagClassName
 {
   color: #49AAB9;
 }
</style>
background-color css

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

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

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

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

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

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