#49B5BE

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

Shades of Viking #49B5BE

Tints of Viking #49B5BE

Color information

#49B5BE (or 0x49B5BE) is unknown color: approx Viking. HEX triplet: 49, B5 and BE. RGB value is (73,181,190). Sum of RGB (Red+Green+Blue) = 73+181+190=444 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.44% from 444); Green value is 181 (71.09% from 255 or 40.77% from 444); Blue value is 190 (74.61% from 255 or 42.79% from 444); Max value from RGB is 190 - color contains mainly: blue. Hex color #49B5BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49B5BE is #B64A41. Grayscale: #959595. Windows color (decimal): -11946562 or 12498249. OLE color: 12498249.

HSL color Cylindrical-coordinate representation of color #49B5BE: hue angle of 184.62º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #49B5BE is Cyan = 0.62, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB73181190-
CMYK0.620.0500.25
HSL184.62º47.37%51.57%-
HSV(B)184.62º61.58%74.51%-
XYZ28.5738.1854.58-
YUV149.73150.7273.27-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 16.44%
GREEN value IS 181 (71.09% from 255) = 40.77%
BLUE value IS 190 (74.61% from 255) = 42.79%
R=16.44%
G=40.77%
B=42.79%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal731811900.620.0500.25184.6247.3751.57
Hex49B5BE3E5019b92f34
Octal1112652767650312715764
Binary1001001101101011011111011111010101100110111001101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49B5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,181,190); }

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

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

 a { background-color: rgb(73,181,190); }

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

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

 span { border-color: rgb(73,181,190); }

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