#49A4BA

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

Shades of Viking #49A4BA

Tints of Viking #49A4BA

Color information

#49A4BA (or 0x49A4BA) is unknown color: approx Viking. HEX triplet: 49, A4 and BA. RGB value is (73,164,186). Sum of RGB (Red+Green+Blue) = 73+164+186=423 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.26% from 423); Green value is 164 (64.45% from 255 or 38.77% from 423); Blue value is 186 (73.05% from 255 or 43.97% from 423); Max value from RGB is 186 - color contains mainly: blue. Hex color #49A4BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49A4BA is #B65B45. Grayscale: #8B8B8B. Windows color (decimal): -11950918 or 12231753. OLE color: 12231753.

HSL color Cylindrical-coordinate representation of color #49A4BA: hue angle of 191.68º 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 #49A4BA is Cyan = 0.61, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB73164186-
CMYK0.610.1200.27
HSL191.68º45.02%50.78%-
HSV(B)191.68º60.75%72.94%-
XYZ24.8931.5151.23-
YUV139.3154.3580.71-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.26%
GREEN value IS 164 (64.45% from 255) = 38.77%
BLUE value IS 186 (73.05% from 255) = 43.97%
R=17.26%
G=38.77%
B=43.97%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal731641860.610.1200.27191.6845.0250.78
Hex49A4BA3DC01Bc02d33
Octal11124427275140333005563
Binary10010011010010010111010111101110001101111000000101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49A4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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