#49A8C0

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

Shades of Viking #49A8C0

Tints of Viking #49A8C0

Color information

#49A8C0 (or 0x49A8C0) is unknown color: approx Viking. HEX triplet: 49, A8 and C0. RGB value is (73,168,192). Sum of RGB (Red+Green+Blue) = 73+168+192=433 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.86% from 433); Green value is 168 (66.02% from 255 or 38.80% from 433); Blue value is 192 (75.39% from 255 or 44.34% from 433); Max value from RGB is 192 - color contains mainly: blue. Hex color #49A8C0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49A8C0 is #B6573F. Grayscale: #8E8E8E. Windows color (decimal): -11949888 or 12625993. OLE color: 12625993.

HSL color Cylindrical-coordinate representation of color #49A8C0: hue angle of 192.1º 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 #49A8C0 is Cyan = 0.62, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB73168192-
CMYK0.620.1200.25
HSL192.1º48.57%51.96%-
HSV(B)192.1º61.98%75.29%-
XYZ26.2633.2354.9-
YUV142.33156.0378.55-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 16.86%
GREEN value IS 168 (66.02% from 255) = 38.80%
BLUE value IS 192 (75.39% from 255) = 44.34%
R=16.86%
G=38.80%
B=44.34%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal731681920.620.1200.25192.148.5751.96
Hex49A8C03EC019c03134
Octal11125030076140313006164
Binary10010011010100011000000111110110001100111000000110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49A8C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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