#499DC2

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

Shades of Viking #499DC2

Tints of Viking #499DC2

Color information

#499DC2 (or 0x499DC2) is unknown color: approx Viking. HEX triplet: 49, 9D and C2. RGB value is (73,157,194). Sum of RGB (Red+Green+Blue) = 73+157+194=424 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.22% from 424); Green value is 157 (61.72% from 255 or 37.03% from 424); Blue value is 194 (76.17% from 255 or 45.75% from 424); Max value from RGB is 194 - color contains mainly: blue. Hex color #499DC2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #499DC2 is #B6623D. Grayscale: #878787. Windows color (decimal): -11952702 or 12754249. OLE color: 12754249.

HSL color Cylindrical-coordinate representation of color #499DC2: hue angle of 198.35º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #499DC2 is Cyan = 0.62, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB73157194-
CMYK0.620.1900.24
HSL198.35º49.79%52.35%-
HSV(B)198.35º62.37%76.08%-
XYZ24.5429.4355.43-
YUV136.1160.6782.99-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.22%
GREEN value IS 157 (61.72% from 255) = 37.03%
BLUE value IS 194 (76.17% from 255) = 45.75%
R=17.22%
G=37.03%
B=45.75%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal731571940.620.1900.24198.3549.7952.35
Hex499DC23E13018c63234
Octal11123530276230303066264
Binary100100110011101110000101111101001101100011000110110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499DC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499DC2; }

 p { color: rgb(73,157,194); }

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

<style>
 a { background-color: #499DC2; }

 a { background-color: rgb(73,157,194); }

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

<style>
 span { border-color: #499DC2; }

 span { border-color: rgb(73,157,194); }

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