#49A9C3

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

Shades of Viking #49A9C3

Tints of Viking #49A9C3

Color information

#49A9C3 (or 0x49A9C3) is unknown color: approx Viking. HEX triplet: 49, A9 and C3. RGB value is (73,169,195). Sum of RGB (Red+Green+Blue) = 73+169+195=437 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.70% from 437); Green value is 169 (66.41% from 255 or 38.67% from 437); Blue value is 195 (76.56% from 255 or 44.62% from 437); Max value from RGB is 195 - color contains mainly: blue. Hex color #49A9C3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49A9C3 is #B6563C. Grayscale: #8F8F8F. Windows color (decimal): -11949629 or 12822857. OLE color: 12822857.

HSL color Cylindrical-coordinate representation of color #49A9C3: hue angle of 192.79º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #49A9C3 is Cyan = 0.63, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB73169195-
CMYK0.630.1300.24
HSL192.79º50.41%52.55%-
HSV(B)192.79º62.56%76.47%-
XYZ26.7933.7356.73-
YUV143.26157.277.89-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 16.70%
GREEN value IS 169 (66.41% from 255) = 38.67%
BLUE value IS 195 (76.56% from 255) = 44.62%
R=16.70%
G=38.67%
B=44.62%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal731691950.630.1300.24192.7950.4152.55
Hex49A9C33FD018c13235
Octal11125130377150303016265
Binary10010011010100111000011111111110101100011000001110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49A9C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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