#49BFC5

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

Shades of Viking #49BFC5

Tints of Viking #49BFC5

Color information

#49BFC5 (or 0x49BFC5) is unknown color: approx Viking. HEX triplet: 49, BF and C5. RGB value is (73,191,197). Sum of RGB (Red+Green+Blue) = 73+191+197=461 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.84% from 461); Green value is 191 (75% from 255 or 41.43% from 461); Blue value is 197 (77.34% from 255 or 42.73% from 461); Max value from RGB is 197 - color contains mainly: blue. Hex color #49BFC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49BFC5 is #B6403A. Grayscale: #9C9C9C. Windows color (decimal): -11943995 or 12959561. OLE color: 12959561.

HSL color Cylindrical-coordinate representation of color #49BFC5: hue angle of 182.9º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #49BFC5 is Cyan = 0.63, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB73191197-
CMYK0.630.0300.23
HSL182.9º51.67%52.94%-
HSV(B)182.9º62.94%77.25%-
XYZ31.4642.7159.41-
YUV156.4150.9168.51-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 15.84%
GREEN value IS 191 (75% from 255) = 41.43%
BLUE value IS 197 (77.34% from 255) = 42.73%
R=15.84%
G=41.43%
B=42.73%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal731911970.630.0300.23182.951.6752.94
Hex49BFC53F3017b73435
Octal1112773057730272676465
Binary100100110111111110001011111111101011110110111110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49BFC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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