#49BFD7

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

Shades of Viking #49BFD7

Tints of Viking #49BFD7

Color information

#49BFD7 (or 0x49BFD7) is unknown color: approx Viking. HEX triplet: 49, BF and D7. RGB value is (73,191,215). Sum of RGB (Red+Green+Blue) = 73+191+215=479 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.24% from 479); Green value is 191 (75% from 255 or 39.87% from 479); Blue value is 215 (84.38% from 255 or 44.89% from 479); Max value from RGB is 215 - color contains mainly: blue. Hex color #49BFD7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49BFD7 is #B64028. Grayscale: #9E9E9E. Windows color (decimal): -11943977 or 14139209. OLE color: 14139209.

HSL color Cylindrical-coordinate representation of color #49BFD7: hue angle of 190.14º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #49BFD7 is Cyan = 0.66, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB73191215-
CMYK0.660.1100.16
HSL190.14º63.96%56.47%-
HSV(B)190.14º66.05%84.31%-
XYZ33.6443.5870.93-
YUV158.45159.9167.05-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 15.24%
GREEN value IS 191 (75% from 255) = 39.87%
BLUE value IS 215 (84.38% from 255) = 44.89%
R=15.24%
G=39.87%
B=44.89%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal731912150.660.1100.16190.1463.9656.47
Hex49BFD742B010be4038
Octal1112773271021302027610070
Binary1001001101111111101011110000101011010000101111101000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49BFD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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