#49A5CB

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

Shades of Viking #49A5CB

Tints of Viking #49A5CB

Color information

#49A5CB (or 0x49A5CB) is unknown color: approx Viking. HEX triplet: 49, A5 and CB. RGB value is (73,165,203). Sum of RGB (Red+Green+Blue) = 73+165+203=441 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.55% from 441); Green value is 165 (64.84% from 255 or 37.41% from 441); Blue value is 203 (79.69% from 255 or 46.03% from 441); Max value from RGB is 203 - color contains mainly: blue. Hex color #49A5CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49A5CB is #B65A34. Grayscale: #8D8D8D. Windows color (decimal): -11950645 or 13346121. OLE color: 13346121.

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

Color convert

RGB73165203-
CMYK0.640.1900.20
HSL197.54º55.56%54.12%-
HSV(B)197.54º64.04%79.61%-
XYZ26.9832.6461.38-
YUV141.82162.5278.91-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 16.55%
GREEN value IS 165 (64.84% from 255) = 37.41%
BLUE value IS 203 (79.69% from 255) = 46.03%
R=16.55%
G=37.41%
B=46.03%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal731652030.640.1900.20197.5455.5654.12
Hex49A5CB4013014c63836
Octal111245313100230243067066
Binary1001001101001011100101110000001001101010011000110111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49A5CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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