#49BBDA

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

Shades of Viking #49BBDA

Tints of Viking #49BBDA

Color information

#49BBDA (or 0x49BBDA) is unknown color: approx Viking. HEX triplet: 49, BB and DA. RGB value is (73,187,218). Sum of RGB (Red+Green+Blue) = 73+187+218=478 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.27% from 478); Green value is 187 (73.44% from 255 or 39.12% from 478); Blue value is 218 (85.55% from 255 or 45.61% from 478); Max value from RGB is 218 - color contains mainly: blue. Hex color #49BBDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49BBDA is #B64425. Grayscale: #9C9C9C. Windows color (decimal): -11944998 or 14334793. OLE color: 14334793.

HSL color Cylindrical-coordinate representation of color #49BBDA: hue angle of 192.83º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49BBDA is Cyan = 0.67, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB73187218-
CMYK0.670.1400.15
HSL192.83º66.21%57.06%-
HSV(B)192.83º66.51%85.49%-
XYZ33.1742.0272.69-
YUV156.45162.7368.48-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 15.27%
GREEN value IS 187 (73.44% from 255) = 39.12%
BLUE value IS 218 (85.55% from 255) = 45.61%
R=15.27%
G=39.12%
B=45.61%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal731872180.670.1400.15192.8366.2157.06
Hex49BBDA43E0Fc14239
Octal1112733321031601730110271
Binary100100110111011110110101000011111001111110000011000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49BBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,187,218); }

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

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

 a { background-color: rgb(73,187,218); }

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

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

 span { border-color: rgb(73,187,218); }

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