#49A4C2

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

Shades of Viking #49A4C2

Tints of Viking #49A4C2

Color information

#49A4C2 (or 0x49A4C2) is unknown color: approx Viking. HEX triplet: 49, A4 and C2. RGB value is (73,164,194). Sum of RGB (Red+Green+Blue) = 73+164+194=431 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.94% from 431); Green value is 164 (64.45% from 255 or 38.05% from 431); Blue value is 194 (76.17% from 255 or 45.01% from 431); Max value from RGB is 194 - color contains mainly: blue. Hex color #49A4C2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49A4C2 is #B65B3D. Grayscale: #8C8C8C. Windows color (decimal): -11950910 or 12756041. OLE color: 12756041.

HSL color Cylindrical-coordinate representation of color #49A4C2: hue angle of 194.88º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #49A4C2 is Cyan = 0.62, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB73164194-
CMYK0.620.1500.24
HSL194.88º49.79%52.35%-
HSV(B)194.88º62.37%76.08%-
XYZ25.7631.8655.83-
YUV140.21158.3580.06-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 16.94%
GREEN value IS 164 (64.45% from 255) = 38.05%
BLUE value IS 194 (76.17% from 255) = 45.01%
R=16.94%
G=38.05%
B=45.01%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal731641940.620.1500.24194.8849.7952.35
Hex49A4C23EF018c33234
Octal11124430276170303036264
Binary10010011010010011000010111110111101100011000011110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49A4C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,164,194); }

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

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

 a { background-color: rgb(73,164,194); }

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

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

 span { border-color: rgb(73,164,194); }

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