#49A6C1

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

Shades of Viking #49A6C1

Tints of Viking #49A6C1

Color information

#49A6C1 (or 0x49A6C1) is unknown color: approx Viking. HEX triplet: 49, A6 and C1. RGB value is (73,166,193). Sum of RGB (Red+Green+Blue) = 73+166+193=432 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.90% from 432); Green value is 166 (65.23% from 255 or 38.43% from 432); Blue value is 193 (75.78% from 255 or 44.68% from 432); Max value from RGB is 193 - color contains mainly: blue. Hex color #49A6C1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49A6C1 is #B6593E. Grayscale: #8D8D8D. Windows color (decimal): -11950399 or 12691017. OLE color: 12691017.

HSL color Cylindrical-coordinate representation of color #49A6C1: hue angle of 193.5º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #49A6C1 is Cyan = 0.62, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB73166193-
CMYK0.620.1400.24
HSL193.5º49.18%52.16%-
HSV(B)193.5º62.18%75.69%-
XYZ26.0132.5455.36-
YUV141.27157.1979.3-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 16.90%
GREEN value IS 166 (65.23% from 255) = 38.43%
BLUE value IS 193 (75.78% from 255) = 44.68%
R=16.90%
G=38.43%
B=44.68%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal731661930.620.1400.24193.549.1852.16
Hex49A6C13EE018c23134
Octal11124630176160303026164
Binary10010011010011011000001111110111001100011000010110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49A6C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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