#499FBE

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

Shades of Viking #499FBE

Tints of Viking #499FBE

Color information

#499FBE (or 0x499FBE) is unknown color: approx Viking. HEX triplet: 49, 9F and BE. RGB value is (73,159,190). Sum of RGB (Red+Green+Blue) = 73+159+190=422 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.30% from 422); Green value is 159 (62.5% from 255 or 37.68% from 422); Blue value is 190 (74.61% from 255 or 45.02% from 422); Max value from RGB is 190 - color contains mainly: blue. Hex color #499FBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #499FBE is #B66041. Grayscale: #888888. Windows color (decimal): -11952194 or 12492617. OLE color: 12492617.

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

Color convert

RGB73159190-
CMYK0.620.1600.25
HSL195.9º47.37%51.57%-
HSV(B)195.9º61.58%74.51%-
XYZ24.4429.9353.2-
YUV136.82158.0182.48-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.30%
GREEN value IS 159 (62.5% from 255) = 37.68%
BLUE value IS 190 (74.61% from 255) = 45.02%
R=17.30%
G=37.68%
B=45.02%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal731591900.620.1600.25195.947.3751.57
Hex499FBE3E10019c42f34
Octal11123727676200313045764
Binary100100110011111101111101111101000001100111000100101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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