#49BDBB

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

Shades of Viking #49BDBB

Tints of Viking #49BDBB

Color information

#49BDBB (or 0x49BDBB) is unknown color: approx Viking. HEX triplet: 49, BD and BB. RGB value is (73,189,187). Sum of RGB (Red+Green+Blue) = 73+189+187=449 (59% of max value = 765). Red value is 73 (28.91% from 255 or 16.26% from 449); Green value is 189 (74.22% from 255 or 42.09% from 449); Blue value is 187 (73.44% from 255 or 41.65% from 449); Max value from RGB is 189 - color contains mainly: green. Hex color #49BDBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49BDBB is #B64244. Grayscale: #999999. Windows color (decimal): -11944517 or 12303689. OLE color: 12303689.

HSL color Cylindrical-coordinate representation of color #49BDBB: hue angle of 178.97º degrees, saturation: 0.47, 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 #49BDBB is Cyan = 0.61, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB73189187-
CMYK0.6100.010.26
HSL178.97º46.77%51.37%-
HSV(B)178.97º61.38%74.12%-
XYZ29.9141.453.43-
YUV154.09146.5770.16-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 16.26%
GREEN value IS 189 (74.22% from 255) = 42.09%
BLUE value IS 187 (73.44% from 255) = 41.65%
R=16.26%
G=42.09%
B=41.65%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal731891870.6100.010.26178.9746.7751.37
Hex49BDBB3D011Ab32f33
Octal1112752737501322635763
Binary10010011011110110111011111101011101010110011101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49BDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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