#49A2BC

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

Shades of Viking #49A2BC

Tints of Viking #49A2BC

Color information

#49A2BC (or 0x49A2BC) is unknown color: approx Viking. HEX triplet: 49, A2 and BC. RGB value is (73,162,188). Sum of RGB (Red+Green+Blue) = 73+162+188=423 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.26% from 423); Green value is 162 (63.67% from 255 or 38.30% from 423); Blue value is 188 (73.83% from 255 or 44.44% from 423); Max value from RGB is 188 - color contains mainly: blue. Hex color #49A2BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49A2BC is #B65D43. Grayscale: #8A8A8A. Windows color (decimal): -11951428 or 12362313. OLE color: 12362313.

HSL color Cylindrical-coordinate representation of color #49A2BC: hue angle of 193.57º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #49A2BC is Cyan = 0.61, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB73162188-
CMYK0.610.1400.26
HSL193.57º46.18%51.18%-
HSV(B)193.57º61.17%73.73%-
XYZ24.7530.8952.23-
YUV138.35156.0181.39-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.26%
GREEN value IS 162 (63.67% from 255) = 38.30%
BLUE value IS 188 (73.83% from 255) = 44.44%
R=17.26%
G=38.30%
B=44.44%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal731621880.610.1400.26193.5746.1851.18
Hex49A2BC3DE01Ac22e33
Octal11124227475160323025663
Binary10010011010001010111100111101111001101011000010101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49A2BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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