#49BBC5

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

Shades of Viking #49BBC5

Tints of Viking #49BBC5

Color information

#49BBC5 (or 0x49BBC5) is unknown color: approx Viking. HEX triplet: 49, BB and C5. RGB value is (73,187,197). Sum of RGB (Red+Green+Blue) = 73+187+197=457 (60% of max value = 765). Red value is 73 (28.91% from 255 or 15.97% from 457); Green value is 187 (73.44% from 255 or 40.92% from 457); Blue value is 197 (77.34% from 255 or 43.11% from 457); Max value from RGB is 197 - color contains mainly: blue. Hex color #49BBC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49BBC5 is #B6443A. Grayscale: #999999. Windows color (decimal): -11945019 or 12958537. OLE color: 12958537.

HSL color Cylindrical-coordinate representation of color #49BBC5: hue angle of 184.84º 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 #49BBC5 is Cyan = 0.63, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB73187197-
CMYK0.630.0500.23
HSL184.84º51.67%52.94%-
HSV(B)184.84º62.94%77.25%-
XYZ30.640.9959.12-
YUV154.05152.2370.19-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 15.97%
GREEN value IS 187 (73.44% from 255) = 40.92%
BLUE value IS 197 (77.34% from 255) = 43.11%
R=15.97%
G=40.92%
B=43.11%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal731871970.630.0500.23184.8451.6752.94
Hex49BBC53F5017b93435
Octal1112733057750272716465
Binary1001001101110111100010111111110101011110111001110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49BBC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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