#49A3C0

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

Shades of Viking #49A3C0

Tints of Viking #49A3C0

Color information

#49A3C0 (or 0x49A3C0) is unknown color: approx Viking. HEX triplet: 49, A3 and C0. RGB value is (73,163,192). Sum of RGB (Red+Green+Blue) = 73+163+192=428 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.06% from 428); Green value is 163 (64.06% from 255 or 38.08% from 428); Blue value is 192 (75.39% from 255 or 44.86% from 428); Max value from RGB is 192 - color contains mainly: blue. Hex color #49A3C0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49A3C0 is #B65C3F. Grayscale: #8B8B8B. Windows color (decimal): -11951168 or 12624713. OLE color: 12624713.

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

Color convert

RGB73163192-
CMYK0.620.1500.25
HSL194.62º48.57%51.96%-
HSV(B)194.62º61.98%75.29%-
XYZ25.3631.4254.6-
YUV139.4157.6880.64-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.06%
GREEN value IS 163 (64.06% from 255) = 38.08%
BLUE value IS 192 (75.39% from 255) = 44.86%
R=17.06%
G=38.08%
B=44.86%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal731631920.620.1500.25194.6248.5751.96
Hex49A3C03EF019c33134
Octal11124330076170313036164
Binary10010011010001111000000111110111101100111000011110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49A3C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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