#49A9D6

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

Shades of Viking #49A9D6

Tints of Viking #49A9D6

Color information

#49A9D6 (or 0x49A9D6) is unknown color: approx Viking. HEX triplet: 49, A9 and D6. RGB value is (73,169,214). Sum of RGB (Red+Green+Blue) = 73+169+214=456 (60% of max value = 765). Red value is 73 (28.91% from 255 or 16.01% from 456); Green value is 169 (66.41% from 255 or 37.06% from 456); Blue value is 214 (83.98% from 255 or 46.93% from 456); Max value from RGB is 214 - color contains mainly: blue. Hex color #49A9D6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49A9D6 is #B65629. Grayscale: #919191. Windows color (decimal): -11949610 or 14068041. OLE color: 14068041.

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

Color convert

RGB73169214-
CMYK0.660.2100.16
HSL199.15º63.23%56.27%-
HSV(B)199.15º65.89%83.92%-
XYZ29.0734.6568.77-
YUV145.43166.776.34-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 16.01%
GREEN value IS 169 (66.41% from 255) = 37.06%
BLUE value IS 214 (83.98% from 255) = 46.93%
R=16.01%
G=37.06%
B=46.93%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal731692140.660.2100.16199.1563.2356.27
Hex49A9D64215010c73f38
Octal111251326102250203077770
Binary1001001101010011101011010000101010101000011000111111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49A9D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,169,214); }

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

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

 a { background-color: rgb(73,169,214); }

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

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

 span { border-color: rgb(73,169,214); }

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