#499EBE

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

Shades of Viking #499EBE

Tints of Viking #499EBE

Color information

#499EBE (or 0x499EBE) is unknown color: approx Viking. HEX triplet: 49, 9E and BE. RGB value is (73,158,190). Sum of RGB (Red+Green+Blue) = 73+158+190=421 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.34% from 421); Green value is 158 (62.11% from 255 or 37.53% from 421); Blue value is 190 (74.61% from 255 or 45.13% from 421); Max value from RGB is 190 - color contains mainly: blue. Hex color #499EBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #499EBE is #B66141. Grayscale: #888888. Windows color (decimal): -11952450 or 12492361. OLE color: 12492361.

HSL color Cylindrical-coordinate representation of color #499EBE: hue angle of 196.41º degrees, saturation: 0.47, 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 #499EBE is Cyan = 0.62, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB73158190-
CMYK0.620.1700.25
HSL196.41º47.37%51.57%-
HSV(B)196.41º61.58%74.51%-
XYZ24.2729.5953.15-
YUV136.23158.3482.9-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.34%
GREEN value IS 158 (62.11% from 255) = 37.53%
BLUE value IS 190 (74.61% from 255) = 45.13%
R=17.34%
G=37.53%
B=45.13%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal731581900.620.1700.25196.4147.3751.57
Hex499EBE3E11019c42f34
Octal11123627676210313045764
Binary100100110011110101111101111101000101100111000100101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,158,190); }

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

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

 a { background-color: rgb(73,158,190); }

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

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

 span { border-color: rgb(73,158,190); }

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