#49A5C5

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

Shades of Viking #49A5C5

Tints of Viking #49A5C5

Color information

#49A5C5 (or 0x49A5C5) is unknown color: approx Viking. HEX triplet: 49, A5 and C5. RGB value is (73,165,197). Sum of RGB (Red+Green+Blue) = 73+165+197=435 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.78% from 435); Green value is 165 (64.84% from 255 or 37.93% from 435); Blue value is 197 (77.34% from 255 or 45.29% from 435); Max value from RGB is 197 - color contains mainly: blue. Hex color #49A5C5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49A5C5 is #B65A3A. Grayscale: #8C8C8C. Windows color (decimal): -11950651 or 12952905. OLE color: 12952905.

HSL color Cylindrical-coordinate representation of color #49A5C5: hue angle of 195.48º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #49A5C5 is Cyan = 0.63, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB73165197-
CMYK0.630.1600.23
HSL195.48º51.67%52.94%-
HSV(B)195.48º62.94%77.25%-
XYZ26.2832.3657.68-
YUV141.14159.5279.4-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 16.78%
GREEN value IS 165 (64.84% from 255) = 37.93%
BLUE value IS 197 (77.34% from 255) = 45.29%
R=16.78%
G=37.93%
B=45.29%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal731651970.630.1600.23195.4851.6752.94
Hex49A5C53F10017c33435
Octal11124530577200273036465
Binary100100110100101110001011111111000001011111000011110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49A5C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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