#49afbf

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

Shades of Viking #49AFBF

Tints of Viking #49AFBF

Color information

#49AFBF (or 0x49AFBF) is unknown color: approx Viking. HEX triplet: 49, AF and BF. RGB value is (73,175,191). Sum of RGB (Red+Green+Blue) = 73+175+191=439 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.63% from 439); Green value is 175 (68.75% from 255 or 39.86% from 439); Blue value is 191 (75% from 255 or 43.51% from 439); Max value from RGB is 191 - color contains mainly: blue. Hex color #49AFBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49AFBF is #B65040. Grayscale: #929292. Windows color (decimal): -11948097 or 12562249. OLE color: 12562249.

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

Color convert

RGB73175191-
CMYK0.620.0800.25
HSL188.14º47.97%51.76%-
HSV(B)188.14º61.78%74.9%-
XYZ27.4835.8454.76-
YUV146.33153.2175.7-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 16.63%
GREEN value IS 175 (68.75% from 255) = 39.86%
BLUE value IS 191 (75% from 255) = 43.51%
R=16.63%
G=39.86%
B=43.51%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal731751910.620.0800.25188.1447.9751.76
Hex49AFBF3E8019bc3034
Octal11125727776100312746064
Binary10010011010111110111111111110100001100110111100110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49afbf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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