#49B8BD

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

Shades of Viking #49B8BD

Tints of Viking #49B8BD

Color information

#49B8BD (or 0x49B8BD) is unknown color: approx Viking. HEX triplet: 49, B8 and BD. RGB value is (73,184,189). Sum of RGB (Red+Green+Blue) = 73+184+189=446 (59% of max value = 765). Red value is 73 (28.91% from 255 or 16.37% from 446); Green value is 184 (72.27% from 255 or 41.26% from 446); Blue value is 189 (74.22% from 255 or 42.38% from 446); Max value from RGB is 189 - color contains mainly: blue. Hex color #49B8BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49B8BD is #B64742. Grayscale: #979797. Windows color (decimal): -11945795 or 12433481. OLE color: 12433481.

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

Color convert

RGB73184189-
CMYK0.610.0300.26
HSL182.59º46.77%51.37%-
HSV(B)182.59º61.38%74.12%-
XYZ29.0739.3754.21-
YUV151.38149.2372.09-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 16.37%
GREEN value IS 184 (72.27% from 255) = 41.26%
BLUE value IS 189 (74.22% from 255) = 42.38%
R=16.37%
G=41.26%
B=42.38%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal731841890.610.0300.26182.5946.7751.37
Hex49B8BD3D301Ab72f33
Octal1112702757530322675763
Binary100100110111000101111011111011101101010110111101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49B8BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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