#49BFDA

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

Shades of Viking #49BFDA

Tints of Viking #49BFDA

Color information

#49BFDA (or 0x49BFDA) is unknown color: approx Viking. HEX triplet: 49, BF and DA. RGB value is (73,191,218). Sum of RGB (Red+Green+Blue) = 73+191+218=482 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.15% from 482); Green value is 191 (75% from 255 or 39.63% from 482); Blue value is 218 (85.55% from 255 or 45.23% from 482); Max value from RGB is 218 - color contains mainly: blue. Hex color #49BFDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49BFDA is #B64025. Grayscale: #9E9E9E. Windows color (decimal): -11943974 or 14335817. OLE color: 14335817.

HSL color Cylindrical-coordinate representation of color #49BFDA: hue angle of 191.17º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49BFDA is Cyan = 0.67, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB73191218-
CMYK0.670.1200.15
HSL191.17º66.21%57.06%-
HSV(B)191.17º66.51%85.49%-
XYZ34.0343.7472.98-
YUV158.8161.4166.8-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 15.15%
GREEN value IS 191 (75% from 255) = 39.63%
BLUE value IS 218 (85.55% from 255) = 45.23%
R=15.15%
G=39.63%
B=45.23%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal731912180.670.1200.15191.1766.2157.06
Hex49BFDA43C0Fbf4239
Octal1112773321031401727710271
Binary100100110111111110110101000011110001111101111111000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49BFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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