#49B0C2

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

Shades of Viking #49B0C2

Tints of Viking #49B0C2

Color information

#49B0C2 (or 0x49B0C2) is unknown color: approx Viking. HEX triplet: 49, B0 and C2. RGB value is (73,176,194). Sum of RGB (Red+Green+Blue) = 73+176+194=443 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.48% from 443); Green value is 176 (69.14% from 255 or 39.73% from 443); Blue value is 194 (76.17% from 255 or 43.79% from 443); Max value from RGB is 194 - color contains mainly: blue. Hex color #49B0C2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49B0C2 is #B64F3D. Grayscale: #939393. Windows color (decimal): -11947838 or 12759113. OLE color: 12759113.

HSL color Cylindrical-coordinate representation of color #49B0C2: hue angle of 188.93º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #49B0C2 is Cyan = 0.62, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB73176194-
CMYK0.620.0900.24
HSL188.93º49.79%52.35%-
HSV(B)188.93º62.37%76.08%-
XYZ28.0136.3656.58-
YUV147.26154.3875.04-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 16.48%
GREEN value IS 176 (69.14% from 255) = 39.73%
BLUE value IS 194 (76.17% from 255) = 43.79%
R=16.48%
G=39.73%
B=43.79%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal731761940.620.0900.24188.9349.7952.35
Hex49B0C23E9018bd3234
Octal11126030276110302756264
Binary10010011011000011000010111110100101100010111101110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49B0C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,176,194); }

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

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

 a { background-color: rgb(73,176,194); }

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

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

 span { border-color: rgb(73,176,194); }

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