#49BCBD

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

Shades of Viking #49BCBD

Tints of Viking #49BCBD

Color information

#49BCBD (or 0x49BCBD) is unknown color: approx Viking. HEX triplet: 49, BC and BD. RGB value is (73,188,189). Sum of RGB (Red+Green+Blue) = 73+188+189=450 (59% of max value = 765). Red value is 73 (28.91% from 255 or 16.22% from 450); Green value is 188 (73.83% from 255 or 41.78% from 450); Blue value is 189 (74.22% from 255 or 42% from 450); Max value from RGB is 189 - color contains mainly: blue. Hex color #49BCBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49BCBD is #B64342. Grayscale: #999999. Windows color (decimal): -11944771 or 12434505. OLE color: 12434505.

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

Color convert

RGB73188189-
CMYK0.610.0100.26
HSL180.52º46.77%51.37%-
HSV(B)180.52º61.38%74.12%-
XYZ29.9241.0654.49-
YUV153.73147.970.42-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 16.22%
GREEN value IS 188 (73.83% from 255) = 41.78%
BLUE value IS 189 (74.22% from 255) = 42%
R=16.22%
G=41.78%
B=42%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal731881890.610.0100.26180.5246.7751.37
Hex49BCBD3D101Ab52f33
Octal1112742757510322655763
Binary10010011011110010111101111101101101010110101101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49BCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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