#49a3b5

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

Shades of Viking #49A3B5

Tints of Viking #49A3B5

Color information

#49A3B5 (or 0x49A3B5) is unknown color: approx Viking. HEX triplet: 49, A3 and B5. RGB value is (73,163,181). Sum of RGB (Red+Green+Blue) = 73+163+181=417 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.51% from 417); Green value is 163 (64.06% from 255 or 39.09% from 417); Blue value is 181 (71.09% from 255 or 43.41% from 417); Max value from RGB is 181 - color contains mainly: blue. Hex color #49A3B5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49A3B5 is #B65C4A. Grayscale: #898989. Windows color (decimal): -11951179 or 11903817. OLE color: 11903817.

HSL color Cylindrical-coordinate representation of color #49A3B5: hue angle of 190º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #49A3B5 is Cyan = 0.60, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB73163181-
CMYK0.600.1000.29
HSL190º42.52%49.8%-
HSV(B)190º59.67%70.98%-
XYZ24.1930.9548.41-
YUV138.14152.1881.54-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.51%
GREEN value IS 163 (64.06% from 255) = 39.09%
BLUE value IS 181 (71.09% from 255) = 43.41%
R=17.51%
G=39.09%
B=43.41%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal731631810.600.1000.2919042.5249.8
Hex49A3B53CA01Dbe2b32
Octal11124326574120352765362
Binary10010011010001110110101111100101001110110111110101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49a3b5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,163,181); }

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

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

 a { background-color: rgb(73,163,181); }

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

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

 span { border-color: rgb(73,163,181); }

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