#49ADCF

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

Shades of Viking #49ADCF

Tints of Viking #49ADCF

Color information

#49ADCF (or 0x49ADCF) is unknown color: approx Viking. HEX triplet: 49, AD and CF. RGB value is (73,173,207). Sum of RGB (Red+Green+Blue) = 73+173+207=453 (60% of max value = 765). Red value is 73 (28.91% from 255 or 16.11% from 453); Green value is 173 (67.97% from 255 or 38.19% from 453); Blue value is 207 (81.25% from 255 or 45.70% from 453); Max value from RGB is 207 - color contains mainly: blue. Hex color #49ADCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49ADCF is #B65230. Grayscale: #929292. Windows color (decimal): -11948593 or 13610313. OLE color: 13610313.

HSL color Cylindrical-coordinate representation of color #49ADCF: hue angle of 195.22º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49ADCF is Cyan = 0.65, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB73173207-
CMYK0.650.1600.19
HSL195.22º58.26%54.9%-
HSV(B)195.22º64.73%81.18%-
XYZ28.9535.8164.42-
YUV146.98161.8775.24-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 16.11%
GREEN value IS 173 (67.97% from 255) = 38.19%
BLUE value IS 207 (81.25% from 255) = 45.70%
R=16.11%
G=38.19%
B=45.70%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal731732070.650.1600.19195.2258.2654.9
Hex49ADCF4110013c33a37
Octal111255317101200233037267
Binary1001001101011011100111110000011000001001111000011111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49ADCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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