#49a4c3

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

Shades of Viking #49A4C3

Tints of Viking #49A4C3

Color information

#49A4C3 (or 0x49A4C3) is unknown color: approx Viking. HEX triplet: 49, A4 and C3. RGB value is (73,164,195). Sum of RGB (Red+Green+Blue) = 73+164+195=432 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.90% from 432); Green value is 164 (64.45% from 255 or 37.96% from 432); Blue value is 195 (76.56% from 255 or 45.14% from 432); Max value from RGB is 195 - color contains mainly: blue. Hex color #49A4C3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49A4C3 is #B65B3C. Grayscale: #8C8C8C. Windows color (decimal): -11950909 or 12821577. OLE color: 12821577.

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

Color convert

RGB73164195-
CMYK0.630.1600.24
HSL195.25º50.41%52.55%-
HSV(B)195.25º62.56%76.47%-
XYZ25.8731.9156.42-
YUV140.32158.8579.98-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 16.90%
GREEN value IS 164 (64.45% from 255) = 37.96%
BLUE value IS 195 (76.56% from 255) = 45.14%
R=16.90%
G=37.96%
B=45.14%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal731641950.630.1600.24195.2550.4152.55
Hex49A4C33F10018c33235
Octal11124430377200303036265
Binary100100110100100110000111111111000001100011000011110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49a4c3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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