#49A3C4

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

Shades of Viking #49A3C4

Tints of Viking #49A3C4

Color information

#49A3C4 (or 0x49A3C4) is unknown color: approx Viking. HEX triplet: 49, A3 and C4. RGB value is (73,163,196). Sum of RGB (Red+Green+Blue) = 73+163+196=432 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.90% from 432); Green value is 163 (64.06% from 255 or 37.73% from 432); Blue value is 196 (76.95% from 255 or 45.37% from 432); Max value from RGB is 196 - color contains mainly: blue. Hex color #49A3C4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49A3C4 is #B65C3B. Grayscale: #8B8B8B. Windows color (decimal): -11951164 or 12886857. OLE color: 12886857.

HSL color Cylindrical-coordinate representation of color #49A3C4: hue angle of 196.1º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #49A3C4 is Cyan = 0.63, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB73163196-
CMYK0.630.1700.23
HSL196.1º51.04%52.75%-
HSV(B)196.1º62.76%76.86%-
XYZ25.8131.656.96-
YUV139.85159.6880.32-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 16.90%
GREEN value IS 163 (64.06% from 255) = 37.73%
BLUE value IS 196 (76.95% from 255) = 45.37%
R=16.90%
G=37.73%
B=45.37%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal731631960.630.1700.23196.151.0452.75
Hex49A3C43F11017c43335
Octal11124330477210273046365
Binary100100110100011110001001111111000101011111000100110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49A3C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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