#49A4CF

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

Shades of Viking #49A4CF

Tints of Viking #49A4CF

Color information

#49A4CF (or 0x49A4CF) is unknown color: approx Viking. HEX triplet: 49, A4 and CF. RGB value is (73,164,207). Sum of RGB (Red+Green+Blue) = 73+164+207=444 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.44% from 444); Green value is 164 (64.45% from 255 or 36.94% from 444); Blue value is 207 (81.25% from 255 or 46.62% from 444); Max value from RGB is 207 - color contains mainly: blue. Hex color #49A4CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49A4CF is #B65B30. Grayscale: #8D8D8D. Windows color (decimal): -11950897 or 13608009. OLE color: 13608009.

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

Color convert

RGB73164207-
CMYK0.650.2100.19
HSL199.25º58.26%54.9%-
HSV(B)199.25º64.73%81.18%-
XYZ27.2932.4763.86-
YUV141.69164.8579-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 16.44%
GREEN value IS 164 (64.45% from 255) = 36.94%
BLUE value IS 207 (81.25% from 255) = 46.62%
R=16.44%
G=36.94%
B=46.62%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal731642070.650.2100.19199.2558.2654.9
Hex49A4CF4115013c73a37
Octal111244317101250233077267
Binary1001001101001001100111110000011010101001111000111111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49A4CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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