#49B3CA

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

Shades of Viking #49B3CA

Tints of Viking #49B3CA

Color information

#49B3CA (or 0x49B3CA) is unknown color: approx Viking. HEX triplet: 49, B3 and CA. RGB value is (73,179,202). Sum of RGB (Red+Green+Blue) = 73+179+202=454 (60% of max value = 765). Red value is 73 (28.91% from 255 or 16.08% from 454); Green value is 179 (70.31% from 255 or 39.43% from 454); Blue value is 202 (79.30% from 255 or 44.49% from 454); Max value from RGB is 202 - color contains mainly: blue. Hex color #49B3CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49B3CA is #B64C35. Grayscale: #959595. Windows color (decimal): -11947062 or 13284169. OLE color: 13284169.

HSL color Cylindrical-coordinate representation of color #49B3CA: hue angle of 190.7º 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 #49B3CA is Cyan = 0.64, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB73179202-
CMYK0.640.1100.21
HSL190.7º54.89%53.92%-
HSV(B)190.7º63.86%79.22%-
XYZ29.5337.9261.64-
YUV149.93157.3873.13-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 16.08%
GREEN value IS 179 (70.31% from 255) = 39.43%
BLUE value IS 202 (79.30% from 255) = 44.49%
R=16.08%
G=39.43%
B=44.49%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal731792020.640.1100.21190.754.8953.92
Hex49B3CA40B015bf3736
Octal111263312100130252776766
Binary100100110110011110010101000000101101010110111111110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49B3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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