#49a0c3

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

Shades of Viking #49A0C3

Tints of Viking #49A0C3

Color information

#49A0C3 (or 0x49A0C3) is unknown color: approx Viking. HEX triplet: 49, A0 and C3. RGB value is (73,160,195). Sum of RGB (Red+Green+Blue) = 73+160+195=428 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.06% from 428); Green value is 160 (62.89% from 255 or 37.38% from 428); Blue value is 195 (76.56% from 255 or 45.56% from 428); Max value from RGB is 195 - color contains mainly: blue. Hex color #49A0C3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49A0C3 is #B65F3C. Grayscale: #898989. Windows color (decimal): -11951933 or 12820553. OLE color: 12820553.

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

Color convert

RGB73160195-
CMYK0.630.1800.24
HSL197.21º50.41%52.55%-
HSV(B)197.21º62.56%76.47%-
XYZ25.1730.556.19-
YUV137.98160.1881.65-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.06%
GREEN value IS 160 (62.89% from 255) = 37.38%
BLUE value IS 195 (76.56% from 255) = 45.56%
R=17.06%
G=37.38%
B=45.56%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal731601950.630.1800.24197.2150.4152.55
Hex49A0C33F12018c53235
Octal11124030377220303056265
Binary100100110100000110000111111111001001100011000101110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49a0c3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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