#49A5BF

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

Shades of Viking #49A5BF

Tints of Viking #49A5BF

Color information

#49A5BF (or 0x49A5BF) is unknown color: approx Viking. HEX triplet: 49, A5 and BF. RGB value is (73,165,191). Sum of RGB (Red+Green+Blue) = 73+165+191=429 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.02% from 429); Green value is 165 (64.84% from 255 or 38.46% from 429); Blue value is 191 (75% from 255 or 44.52% from 429); Max value from RGB is 191 - color contains mainly: blue. Hex color #49A5BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49A5BF is #B65A40. Grayscale: #8C8C8C. Windows color (decimal): -11950657 or 12559689. OLE color: 12559689.

HSL color Cylindrical-coordinate representation of color #49A5BF: hue angle of 193.22º degrees, saturation: 0.48, 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 #49A5BF is Cyan = 0.62, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB73165191-
CMYK0.620.1400.25
HSL193.22º47.97%51.76%-
HSV(B)193.22º61.78%74.9%-
XYZ25.6132.0954.13-
YUV140.46156.5279.89-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.02%
GREEN value IS 165 (64.84% from 255) = 38.46%
BLUE value IS 191 (75% from 255) = 44.52%
R=17.02%
G=38.46%
B=44.52%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal731651910.620.1400.25193.2247.9751.76
Hex49A5BF3EE019c13034
Octal11124527776160313016064
Binary10010011010010110111111111110111001100111000001110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49A5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,165,191); }

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

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

 a { background-color: rgb(73,165,191); }

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

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

 span { border-color: rgb(73,165,191); }

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