#49A5C0

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

Shades of Viking #49A5C0

Tints of Viking #49A5C0

Color information

#49A5C0 (or 0x49A5C0) is unknown color: approx Viking. HEX triplet: 49, A5 and C0. RGB value is (73,165,192). Sum of RGB (Red+Green+Blue) = 73+165+192=430 (56% of max value = 765). Red value is 73 (28.91% from 255 or 16.98% from 430); Green value is 165 (64.84% from 255 or 38.37% from 430); Blue value is 192 (75.39% from 255 or 44.65% from 430); Max value from RGB is 192 - color contains mainly: blue. Hex color #49A5C0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49A5C0 is #B65A3F. Grayscale: #8C8C8C. Windows color (decimal): -11950656 or 12625225. OLE color: 12625225.

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

Color convert

RGB73165192-
CMYK0.620.1400.25
HSL193.61º48.57%51.96%-
HSV(B)193.61º61.98%75.29%-
XYZ25.7232.1354.72-
YUV140.57157.0279.8-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 16.98%
GREEN value IS 165 (64.84% from 255) = 38.37%
BLUE value IS 192 (75.39% from 255) = 44.65%
R=16.98%
G=38.37%
B=44.65%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal731651920.620.1400.25193.6148.5751.96
Hex49A5C03EE019c23134
Octal11124530076160313026164
Binary10010011010010111000000111110111001100111000010110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49A5C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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