#49ADBB

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

Shades of Viking #49ADBB

Tints of Viking #49ADBB

Color information

#49ADBB (or 0x49ADBB) is unknown color: approx Viking. HEX triplet: 49, AD and BB. RGB value is (73,173,187). Sum of RGB (Red+Green+Blue) = 73+173+187=433 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.86% from 433); Green value is 173 (67.97% from 255 or 39.95% from 433); Blue value is 187 (73.44% from 255 or 43.19% from 433); Max value from RGB is 187 - color contains mainly: blue. Hex color #49ADBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49ADBB is #B65244. Grayscale: #909090. Windows color (decimal): -11948613 or 12299593. OLE color: 12299593.

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

Color convert

RGB73173187-
CMYK0.610.0700.27
HSL187.37º45.6%50.98%-
HSV(B)187.37º60.96%73.33%-
XYZ26.6634.8952.34-
YUV144.7151.8776.86-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 16.86%
GREEN value IS 173 (67.97% from 255) = 39.95%
BLUE value IS 187 (73.44% from 255) = 43.19%
R=16.86%
G=39.95%
B=43.19%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal731731870.610.0700.27187.3745.650.98
Hex49ADBB3D701Bbb2e33
Octal1112552737570332735663
Binary1001001101011011011101111110111101101110111011101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49ADBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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