#49A8D0

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

Shades of Viking #49A8D0

Tints of Viking #49A8D0

Color information

#49A8D0 (or 0x49A8D0) is unknown color: approx Viking. HEX triplet: 49, A8 and D0. RGB value is (73,168,208). Sum of RGB (Red+Green+Blue) = 73+168+208=449 (59% of max value = 765). Red value is 73 (28.91% from 255 or 16.26% from 449); Green value is 168 (66.02% from 255 or 37.42% from 449); Blue value is 208 (81.64% from 255 or 46.33% from 449); Max value from RGB is 208 - color contains mainly: blue. Hex color #49A8D0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49A8D0 is #B6572F. Grayscale: #8F8F8F. Windows color (decimal): -11949872 or 13674569. OLE color: 13674569.

HSL color Cylindrical-coordinate representation of color #49A8D0: hue angle of 197.78º 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 #49A8D0 is Cyan = 0.65, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB73168208-
CMYK0.650.1900.18
HSL197.78º58.95%55.1%-
HSV(B)197.78º64.9%81.57%-
XYZ28.1433.9864.75-
YUV144.16164.0377.25-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 16.26%
GREEN value IS 168 (66.02% from 255) = 37.42%
BLUE value IS 208 (81.64% from 255) = 46.33%
R=16.26%
G=37.42%
B=46.33%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal731682080.650.1900.18197.7858.9555.1
Hex49A8D04113012c63b37
Octal111250320101230223067367
Binary1001001101010001101000010000011001101001011000110111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49A8D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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