Html Css Color HEX #499FBE Viking

📋 copy color: '#499FBE'

red 73 ◦ green 159 ◦ blue 190

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

Shades of Viking #499FBE

Tints of Viking #499FBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 45.02%

R = 17.3%
G = 37.68%
B = 45.02%

CMYK

 C value IS 0.62

 M value IS 0.16

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#499FBE (or 0x499FBE) is known color: 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

RGB 73 159 190 -
CMYK 0.62 0.16 0 0.25
HSL 195.9º 0.47% 0.52% -
HSV(B) 195.9º 0.62% 0.75% -
XYZ 24.44 29.93 53.2 -
YUV 136.82 158.01 82.48 -
System Red Green Blue C M Y K H S L
Decimal 73 159 190 0.62 0.16 0 0.25 195.9 0.47 0.52
Hex 49 9F BE 3E 10 0 19 C4 2F 34
Octal 111 237 276 76 20 0 31 304 57 64
Binary 1001001 10011111 10111110 111110 10000 0 11001 11000100 101111 110100

Color Harmonies of #499FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499FBE

Black with #499FBE

Text Example


Text Example

White with #499FBE

Text Example


Text Example

HTML Codes & Css Web 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>