#49BAC0

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

Shades of Viking #49BAC0

Tints of Viking #49BAC0

Color information

#49BAC0 (or 0x49BAC0) is unknown color: approx Viking. HEX triplet: 49, BA and C0. RGB value is (73,186,192). Sum of RGB (Red+Green+Blue) = 73+186+192=451 (59% of max value = 765). Red value is 73 (28.91% from 255 or 16.19% from 451); Green value is 186 (73.05% from 255 or 41.24% from 451); Blue value is 192 (75.39% from 255 or 42.57% from 451); Max value from RGB is 192 - color contains mainly: blue. Hex color #49BAC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49BAC0 is #B6453F. Grayscale: #989898. Windows color (decimal): -11945280 or 12630601. OLE color: 12630601.

HSL color Cylindrical-coordinate representation of color #49BAC0: hue angle of 183.03º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #49BAC0 is Cyan = 0.62, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB73186192-
CMYK0.620.0300.25
HSL183.03º48.57%51.96%-
HSV(B)183.03º61.98%75.29%-
XYZ29.8240.3456.08-
YUV152.9150.0671.01-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 16.19%
GREEN value IS 186 (73.05% from 255) = 41.24%
BLUE value IS 192 (75.39% from 255) = 42.57%
R=16.19%
G=41.24%
B=42.57%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal731861920.620.0300.25183.0348.5751.96
Hex49BAC03E3019b73134
Octal1112723007630312676164
Binary100100110111010110000001111101101100110110111110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49BAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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