#49B6CA

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

Shades of Viking #49B6CA

Tints of Viking #49B6CA

Color information

#49B6CA (or 0x49B6CA) is unknown color: approx Viking. HEX triplet: 49, B6 and CA. RGB value is (73,182,202). Sum of RGB (Red+Green+Blue) = 73+182+202=457 (60% of max value = 765). Red value is 73 (28.91% from 255 or 15.97% from 457); Green value is 182 (71.48% from 255 or 39.82% from 457); Blue value is 202 (79.30% from 255 or 44.20% from 457); Max value from RGB is 202 - color contains mainly: blue. Hex color #49B6CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49B6CA is #B64935. Grayscale: #979797. Windows color (decimal): -11946294 or 13284937. OLE color: 13284937.

HSL color Cylindrical-coordinate representation of color #49B6CA: hue angle of 189.3º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49B6CA is Cyan = 0.64, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB73182202-
CMYK0.640.1000.21
HSL189.3º54.89%53.92%-
HSV(B)189.3º63.86%79.22%-
XYZ30.1439.1461.84-
YUV151.69156.3971.87-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 15.97%
GREEN value IS 182 (71.48% from 255) = 39.82%
BLUE value IS 202 (79.30% from 255) = 44.20%
R=15.97%
G=39.82%
B=44.20%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal731822020.640.1000.21189.354.8953.92
Hex49B6CA40A015bd3736
Octal111266312100120252756766
Binary100100110110110110010101000000101001010110111101110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49B6CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,182,202); }

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

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

 a { background-color: rgb(73,182,202); }

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

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

 span { border-color: rgb(73,182,202); }

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