#499DBF

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

Shades of Viking #499DBF

Tints of Viking #499DBF

Color information

#499DBF (or 0x499DBF) is unknown color: approx Viking. HEX triplet: 49, 9D and BF. RGB value is (73,157,191). Sum of RGB (Red+Green+Blue) = 73+157+191=421 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.34% from 421); Green value is 157 (61.72% from 255 or 37.29% from 421); Blue value is 191 (75% from 255 or 45.37% from 421); Max value from RGB is 191 - color contains mainly: blue. Hex color #499DBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #499DBF is #B66240. Grayscale: #878787. Windows color (decimal): -11952705 or 12557641. OLE color: 12557641.

HSL color Cylindrical-coordinate representation of color #499DBF: hue angle of 197.29º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #499DBF is Cyan = 0.62, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB73157191-
CMYK0.620.1800.25
HSL197.29º47.97%51.76%-
HSV(B)197.29º61.78%74.9%-
XYZ24.2129.2953.67-
YUV135.76159.1783.24-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.34%
GREEN value IS 157 (61.72% from 255) = 37.29%
BLUE value IS 191 (75% from 255) = 45.37%
R=17.34%
G=37.29%
B=45.37%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal731571910.620.1800.25197.2947.9751.76
Hex499DBF3E12019c53034
Octal11123527776220313056064
Binary100100110011101101111111111101001001100111000101110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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