#49ADCB

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

Shades of Viking #49ADCB

Tints of Viking #49ADCB

Color information

#49ADCB (or 0x49ADCB) is unknown color: approx Viking. HEX triplet: 49, AD and CB. RGB value is (73,173,203). Sum of RGB (Red+Green+Blue) = 73+173+203=449 (59% of max value = 765). Red value is 73 (28.91% from 255 or 16.26% from 449); Green value is 173 (67.97% from 255 or 38.53% from 449); Blue value is 203 (79.69% from 255 or 45.21% from 449); Max value from RGB is 203 - color contains mainly: blue. Hex color #49ADCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49ADCB is #B65234. Grayscale: #929292. Windows color (decimal): -11948597 or 13348169. OLE color: 13348169.

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

Color convert

RGB73173203-
CMYK0.640.1500.20
HSL193.85º55.56%54.12%-
HSV(B)193.85º64.04%79.61%-
XYZ28.4735.6261.87-
YUV146.52159.8775.56-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 16.26%
GREEN value IS 173 (67.97% from 255) = 38.53%
BLUE value IS 203 (79.69% from 255) = 45.21%
R=16.26%
G=38.53%
B=45.21%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal731732030.640.1500.20193.8555.5654.12
Hex49ADCB40F014c23836
Octal111255313100170243027066
Binary100100110101101110010111000000111101010011000010111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49ADCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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