#49ADCD

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

Shades of Viking #49ADCD

Tints of Viking #49ADCD

Color information

#49ADCD (or 0x49ADCD) is unknown color: approx Viking. HEX triplet: 49, AD and CD. RGB value is (73,173,205). Sum of RGB (Red+Green+Blue) = 73+173+205=451 (59% of max value = 765). Red value is 73 (28.91% from 255 or 16.19% from 451); Green value is 173 (67.97% from 255 or 38.36% from 451); Blue value is 205 (80.47% from 255 or 45.45% from 451); Max value from RGB is 205 - color contains mainly: blue. Hex color #49ADCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49ADCD is #B65232. Grayscale: #929292. Windows color (decimal): -11948595 or 13479241. OLE color: 13479241.

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

Color convert

RGB73173205-
CMYK0.640.1600.20
HSL194.55º56.9%54.51%-
HSV(B)194.55º64.39%80.39%-
XYZ28.7135.7163.14-
YUV146.75160.8775.4-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 16.19%
GREEN value IS 173 (67.97% from 255) = 38.36%
BLUE value IS 205 (80.47% from 255) = 45.45%
R=16.19%
G=38.36%
B=45.45%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal731732050.640.1600.20194.5556.954.51
Hex49ADCD4010014c33937
Octal111255315100200243037167
Binary1001001101011011100110110000001000001010011000011111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49ADCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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