#49A3BD

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

Shades of Viking #49A3BD

Tints of Viking #49A3BD

Color information

#49A3BD (or 0x49A3BD) is unknown color: approx Viking. HEX triplet: 49, A3 and BD. RGB value is (73,163,189). Sum of RGB (Red+Green+Blue) = 73+163+189=425 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.18% from 425); Green value is 163 (64.06% from 255 or 38.35% from 425); Blue value is 189 (74.22% from 255 or 44.47% from 425); Max value from RGB is 189 - color contains mainly: blue. Hex color #49A3BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49A3BD is #B65C42. Grayscale: #8A8A8A. Windows color (decimal): -11951171 or 12428105. OLE color: 12428105.

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

Color convert

RGB73163189-
CMYK0.610.1400.26
HSL193.45º46.77%51.37%-
HSV(B)193.45º61.38%74.12%-
XYZ25.0331.2852.86-
YUV139.05156.1880.89-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.18%
GREEN value IS 163 (64.06% from 255) = 38.35%
BLUE value IS 189 (74.22% from 255) = 44.47%
R=17.18%
G=38.35%
B=44.47%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal731631890.610.1400.26193.4546.7751.37
Hex49A3BD3DE01Ac12f33
Octal11124327575160323015763
Binary10010011010001110111101111101111001101011000001101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49A3BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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