Html Css Color HEX #499FBF Viking

📋 copy color: '#499FBF'

red 73 ◦ green 159 ◦ blue 191

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

Shades of Viking #499FBF

Tints of Viking #499FBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 45.15%

R = 17.26%
G = 37.59%
B = 45.15%

CMYK

 C value IS 0.62

 M value IS 0.17

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#499FBF (or 0x499FBF) is known color: Viking. HEX triplet: 49, 9F and BF. RGB value is (73,159,191). Sum of RGB (Red+Green+Blue) = 73+159+191=423 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.26% from 423); Green value is 159 (62.5% from 255 or 37.59% from 423); Blue value is 191 (75% from 255 or 45.15% from 423); Max value from RGB is 191 - color contains mainly: blue. Hex color #499FBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #499FBF is #B66040. Grayscale: #888888. Windows color (decimal): -11952193 or 12558153. OLE color: 12558153.

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

Color convert

RGB 73 159 191 -
CMYK 0.62 0.17 0 0.25
HSL 196.27º 0.48% 0.52% -
HSV(B) 196.27º 0.62% 0.75% -
XYZ 24.55 29.97 53.78 -
YUV 136.93 158.51 82.4 -
System Red Green Blue C M Y K H S L
Decimal 73 159 191 0.62 0.17 0 0.25 196.27 0.48 0.52
Hex 49 9F BF 3E 11 0 19 C4 30 34
Octal 111 237 277 76 21 0 31 304 60 64
Binary 1001001 10011111 10111111 111110 10001 0 11001 11000100 110000 110100

Color Harmonies of #499FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499FBF

Black with #499FBF

Text Example


Text Example

White with #499FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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