#49B1BB

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

Shades of Viking #49B1BB

Tints of Viking #49B1BB

Color information

#49B1BB (or 0x49B1BB) is unknown color: approx Viking. HEX triplet: 49, B1 and BB. RGB value is (73,177,187). Sum of RGB (Red+Green+Blue) = 73+177+187=437 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.70% from 437); Green value is 177 (69.53% from 255 or 40.50% from 437); Blue value is 187 (73.44% from 255 or 42.79% from 437); Max value from RGB is 187 - color contains mainly: blue. Hex color #49B1BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49B1BB is #B64E44. Grayscale: #929292. Windows color (decimal): -11947589 or 12300617. OLE color: 12300617.

HSL color Cylindrical-coordinate representation of color #49B1BB: hue angle of 185.26º degrees, saturation: 0.46, 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 #49B1BB is Cyan = 0.61, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB73177187-
CMYK0.610.0500.27
HSL185.26º45.6%50.98%-
HSV(B)185.26º60.96%73.33%-
XYZ27.4436.4552.6-
YUV147.04150.5475.19-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 16.70%
GREEN value IS 177 (69.53% from 255) = 40.50%
BLUE value IS 187 (73.44% from 255) = 42.79%
R=16.70%
G=40.50%
B=42.79%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal731771870.610.0500.27185.2645.650.98
Hex49B1BB3D501Bb92e33
Octal1112612737550332715663
Binary1001001101100011011101111110110101101110111001101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49B1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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