#49B8BA

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

Shades of Viking #49B8BA

Tints of Viking #49B8BA

Color information

#49B8BA (or 0x49B8BA) is unknown color: approx Viking. HEX triplet: 49, B8 and BA. RGB value is (73,184,186). Sum of RGB (Red+Green+Blue) = 73+184+186=443 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.48% from 443); Green value is 184 (72.27% from 255 or 41.53% from 443); Blue value is 186 (73.05% from 255 or 41.99% from 443); Max value from RGB is 186 - color contains mainly: blue. Hex color #49B8BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49B8BA is #B64745. Grayscale: #969696. Windows color (decimal): -11945798 or 12236873. OLE color: 12236873.

HSL color Cylindrical-coordinate representation of color #49B8BA: hue angle of 181.06º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #49B8BA is Cyan = 0.61, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB73184186-
CMYK0.610.0100.27
HSL181.06º45.02%50.78%-
HSV(B)181.06º60.75%72.94%-
XYZ28.7539.2452.51-
YUV151.04147.7372.34-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 16.48%
GREEN value IS 184 (72.27% from 255) = 41.53%
BLUE value IS 186 (73.05% from 255) = 41.99%
R=16.48%
G=41.53%
B=41.99%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal731841860.610.0100.27181.0645.0250.78
Hex49B8BA3D101Bb52d33
Octal1112702727510332655563
Binary10010011011100010111010111101101101110110101101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49B8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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