#49A2BA

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

Shades of Viking #49A2BA

Tints of Viking #49A2BA

Color information

#49A2BA (or 0x49A2BA) is unknown color: approx Viking. HEX triplet: 49, A2 and BA. RGB value is (73,162,186). Sum of RGB (Red+Green+Blue) = 73+162+186=421 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.34% from 421); Green value is 162 (63.67% from 255 or 38.48% from 421); Blue value is 186 (73.05% from 255 or 44.18% from 421); Max value from RGB is 186 - color contains mainly: blue. Hex color #49A2BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49A2BA is #B65D45. Grayscale: #898989. Windows color (decimal): -11951430 or 12231241. OLE color: 12231241.

HSL color Cylindrical-coordinate representation of color #49A2BA: hue angle of 192.74º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #49A2BA is Cyan = 0.61, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB73162186-
CMYK0.610.1300.27
HSL192.74º45.02%50.78%-
HSV(B)192.74º60.75%72.94%-
XYZ24.5330.851.11-
YUV138.12155.0181.55-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.34%
GREEN value IS 162 (63.67% from 255) = 38.48%
BLUE value IS 186 (73.05% from 255) = 44.18%
R=17.34%
G=38.48%
B=44.18%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal731621860.610.1300.27192.7445.0250.78
Hex49A2BA3DD01Bc12d33
Octal11124227275150333015563
Binary10010011010001010111010111101110101101111000001101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49A2BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,162,186); }

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

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

 a { background-color: rgb(73,162,186); }

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

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

 span { border-color: rgb(73,162,186); }

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