#49A5CC

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

Shades of Viking #49A5CC

Tints of Viking #49A5CC

Color information

#49A5CC (or 0x49A5CC) is unknown color: approx Viking. HEX triplet: 49, A5 and CC. RGB value is (73,165,204). Sum of RGB (Red+Green+Blue) = 73+165+204=442 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.52% from 442); Green value is 165 (64.84% from 255 or 37.33% from 442); Blue value is 204 (80.08% from 255 or 46.15% from 442); Max value from RGB is 204 - color contains mainly: blue. Hex color #49A5CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49A5CC is #B65A33. Grayscale: #8D8D8D. Windows color (decimal): -11950644 or 13411657. OLE color: 13411657.

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

Color convert

RGB73165204-
CMYK0.640.1900.2
HSL197.86º56.22%54.31%-
HSV(B)197.86º64.22%80%-
XYZ27.132.6962.01-
YUV141.94163.0278.83-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 16.52%
GREEN value IS 165 (64.84% from 255) = 37.33%
BLUE value IS 204 (80.08% from 255) = 46.15%
R=16.52%
G=37.33%
B=46.15%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal731652040.640.1900.2197.8656.2254.31
Hex49A5CC4013014c63836
Octal111245314100230243067066
Binary1001001101001011100110010000001001101010011000110111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49A5CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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