#49bad6

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

Shades of Viking #49BAD6

Tints of Viking #49BAD6

Color information

#49BAD6 (or 0x49BAD6) is unknown color: approx Viking. HEX triplet: 49, BA and D6. RGB value is (73,186,214). Sum of RGB (Red+Green+Blue) = 73+186+214=473 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.43% from 473); Green value is 186 (73.05% from 255 or 39.32% from 473); Blue value is 214 (83.98% from 255 or 45.24% from 473); Max value from RGB is 214 - color contains mainly: blue. Hex color #49BAD6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49BAD6 is #B64529. Grayscale: #9B9B9B. Windows color (decimal): -11945258 or 14072393. OLE color: 14072393.

HSL color Cylindrical-coordinate representation of color #49BAD6: hue angle of 191.91º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #49BAD6 is Cyan = 0.66, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB73186214-
CMYK0.660.1300.16
HSL191.91º63.23%56.27%-
HSV(B)191.91º65.89%83.92%-
XYZ32.4441.3969.9-
YUV155.4161.0669.22-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 15.43%
GREEN value IS 186 (73.05% from 255) = 39.32%
BLUE value IS 214 (83.98% from 255) = 45.24%
R=15.43%
G=39.32%
B=45.24%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal731862140.660.1300.16191.9163.2356.27
Hex49BAD642D010c03f38
Octal111272326102150203007770
Binary100100110111010110101101000010110101000011000000111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49bad6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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