#49A5B0

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

Shades of Viking #49A5B0

Tints of Viking #49A5B0

Color information

#49A5B0 (or 0x49A5B0) is unknown color: approx Viking. HEX triplet: 49, A5 and B0. RGB value is (73,165,176). Sum of RGB (Red+Green+Blue) = 73+165+176=414 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.63% from 414); Green value is 165 (64.84% from 255 or 39.86% from 414); Blue value is 176 (69.14% from 255 or 42.51% from 414); Max value from RGB is 176 - color contains mainly: blue. Hex color #49A5B0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49A5B0 is #B65A4F. Grayscale: #8A8A8A. Windows color (decimal): -11950672 or 11576649. OLE color: 11576649.

HSL color Cylindrical-coordinate representation of color #49A5B0: hue angle of 186.41º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #49A5B0 is Cyan = 0.59, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB73165176-
CMYK0.590.0600.31
HSL186.41º41.37%48.82%-
HSV(B)186.41º58.52%69.02%-
XYZ24.0431.4645.88-
YUV138.75149.0281.11-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.63%
GREEN value IS 165 (64.84% from 255) = 39.86%
BLUE value IS 176 (69.14% from 255) = 42.51%
R=17.63%
G=39.86%
B=42.51%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal731651760.590.0600.31186.4141.3748.82
Hex49A5B03B601Fba2931
Octal1112452607360372725161
Binary1001001101001011011000011101111001111110111010101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49A5B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,165,176); }

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

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

 a { background-color: rgb(73,165,176); }

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

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

 span { border-color: rgb(73,165,176); }

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