#49A4BF

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

Shades of Viking #49A4BF

Tints of Viking #49A4BF

Color information

#49A4BF (or 0x49A4BF) is unknown color: approx Viking. HEX triplet: 49, A4 and BF. RGB value is (73,164,191). Sum of RGB (Red+Green+Blue) = 73+164+191=428 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.06% from 428); Green value is 164 (64.45% from 255 or 38.32% from 428); Blue value is 191 (75% from 255 or 44.63% from 428); Max value from RGB is 191 - color contains mainly: blue. Hex color #49A4BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49A4BF is #B65B40. Grayscale: #8B8B8B. Windows color (decimal): -11950913 or 12559433. OLE color: 12559433.

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

Color convert

RGB73164191-
CMYK0.620.1400.25
HSL193.73º47.97%51.76%-
HSV(B)193.73º61.78%74.9%-
XYZ25.4331.7354.07-
YUV139.87156.8580.3-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.06%
GREEN value IS 164 (64.45% from 255) = 38.32%
BLUE value IS 191 (75% from 255) = 44.63%
R=17.06%
G=38.32%
B=44.63%

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
Decimal731641910.620.1400.25193.7347.9751.76
Hex49A4BF3EE019c23034
Octal11124427776160313026064
Binary10010011010010010111111111110111001100111000010110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49A4BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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