#49BACD

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

Shades of Viking #49BACD

Tints of Viking #49BACD

Color information

#49BACD (or 0x49BACD) is unknown color: approx Viking. HEX triplet: 49, BA and CD. RGB value is (73,186,205). Sum of RGB (Red+Green+Blue) = 73+186+205=464 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.73% from 464); Green value is 186 (73.05% from 255 or 40.09% from 464); Blue value is 205 (80.47% from 255 or 44.18% from 464); Max value from RGB is 205 - color contains mainly: blue. Hex color #49BACD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49BACD is #B64532. Grayscale: #9A9A9A. Windows color (decimal): -11945267 or 13482569. OLE color: 13482569.

HSL color Cylindrical-coordinate representation of color #49BACD: hue angle of 188.64º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49BACD is Cyan = 0.64, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB73186205-
CMYK0.640.0900.20
HSL188.64º56.9%54.51%-
HSV(B)188.64º64.39%80.39%-
XYZ31.3340.9464.01-
YUV154.38156.5669.96-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 15.73%
GREEN value IS 186 (73.05% from 255) = 40.09%
BLUE value IS 205 (80.47% from 255) = 44.18%
R=15.73%
G=40.09%
B=44.18%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal731862050.640.0900.20188.6456.954.51
Hex49BACD409014bd3937
Octal111272315100110242757167
Binary100100110111010110011011000000100101010010111101111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49BACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,186,205); }

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

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

 a { background-color: rgb(73,186,205); }

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

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

 span { border-color: rgb(73,186,205); }

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