#49A6D0

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

Shades of Viking #49A6D0

Tints of Viking #49A6D0

Color information

#49A6D0 (or 0x49A6D0) is unknown color: approx Viking. HEX triplet: 49, A6 and D0. RGB value is (73,166,208). Sum of RGB (Red+Green+Blue) = 73+166+208=447 (59% of max value = 765). Red value is 73 (28.91% from 255 or 16.33% from 447); Green value is 166 (65.23% from 255 or 37.14% from 447); Blue value is 208 (81.64% from 255 or 46.53% from 447); Max value from RGB is 208 - color contains mainly: blue. Hex color #49A6D0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49A6D0 is #B6592F. Grayscale: #8E8E8E. Windows color (decimal): -11950384 or 13674057. OLE color: 13674057.

HSL color Cylindrical-coordinate representation of color #49A6D0: hue angle of 198.67º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49A6D0 is Cyan = 0.65, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB73166208-
CMYK0.650.2000.18
HSL198.67º58.95%55.1%-
HSV(B)198.67º64.9%81.57%-
XYZ27.7733.2464.63-
YUV142.98164.6978.08-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 16.33%
GREEN value IS 166 (65.23% from 255) = 37.14%
BLUE value IS 208 (81.64% from 255) = 46.53%
R=16.33%
G=37.14%
B=46.53%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal731662080.650.2000.18198.6758.9555.1
Hex49A6D04114012c73b37
Octal111246320101240223077367
Binary1001001101001101101000010000011010001001011000111111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49A6D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,166,208); }

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

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

 a { background-color: rgb(73,166,208); }

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

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

 span { border-color: rgb(73,166,208); }

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