Html Css Color HEX #499FBB Viking

📋 copy color: '#499FBB'

red 73 ◦ green 159 ◦ blue 187

#499FBB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Viking #499FBB

Tints of Viking #499FBB

RGB

 RED value IS 73 (28.91% from 255) = 17.42%

 GREEN value IS 159 (62.5% from 255) = 37.95%

 BLUE value IS 187 (73.44% from 255) = 44.63%

R = 17.42%
G = 37.95%
B = 44.63%

CMYK

 C value IS 0.61

 M value IS 0.15

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#499FBB (or 0x499FBB) is known color: Viking. HEX triplet: 49, 9F and BB. RGB value is (73,159,187). Sum of RGB (Red+Green+Blue) = 73+159+187=419 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.42% from 419); Green value is 159 (62.5% from 255 or 37.95% from 419); Blue value is 187 (73.44% from 255 or 44.63% from 419); Max value from RGB is 187 - color contains mainly: blue. Hex color #499FBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #499FBB is #B66044. Grayscale: #888888. Windows color (decimal): -11952197 or 12296009. OLE color: 12296009.

HSL color Cylindrical-coordinate representation of color #499FBB: hue angle of 194.74º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #499FBB is Cyan = 0.61, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 73 159 187 -
CMYK 0.61 0.15 0 0.27
HSL 194.74º 0.46% 0.51% -
HSV(B) 194.74º 0.61% 0.73% -
XYZ 24.12 29.8 51.49 -
YUV 136.48 156.51 82.72 -
System Red Green Blue C M Y K H S L
Decimal 73 159 187 0.61 0.15 0 0.27 194.74 0.46 0.51
Hex 49 9F BB 3D F 0 1B C3 2E 33
Octal 111 237 273 75 17 0 33 303 56 63
Binary 1001001 10011111 10111011 111101 1111 0 11011 11000011 101110 110011

Color Harmonies of #499FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499FBB

Black with #499FBB

Text Example


Text Example

White with #499FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #499FBB;
 }
 .AnyTagClassName
 {
   color: #499FBB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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