#49B5BD

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

Shades of Viking #49B5BD

Tints of Viking #49B5BD

Color information

#49B5BD (or 0x49B5BD) is unknown color: approx Viking. HEX triplet: 49, B5 and BD. RGB value is (73,181,189). Sum of RGB (Red+Green+Blue) = 73+181+189=443 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.48% from 443); Green value is 181 (71.09% from 255 or 40.86% from 443); Blue value is 189 (74.22% from 255 or 42.66% from 443); Max value from RGB is 189 - color contains mainly: blue. Hex color #49B5BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49B5BD is #B64A42. Grayscale: #959595. Windows color (decimal): -11946563 or 12432713. OLE color: 12432713.

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

Color convert

RGB73181189-
CMYK0.610.0400.26
HSL184.14º46.77%51.37%-
HSV(B)184.14º61.38%74.12%-
XYZ28.4638.1454.01-
YUV149.62150.2273.35-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 16.48%
GREEN value IS 181 (71.09% from 255) = 40.86%
BLUE value IS 189 (74.22% from 255) = 42.66%
R=16.48%
G=40.86%
B=42.66%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal731811890.610.0400.26184.1446.7751.37
Hex49B5BD3D401Ab82f33
Octal1112652757540322705763
Binary1001001101101011011110111110110001101010111000101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49B5BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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