Html Css Color HEX #499FC5 Viking

📋 copy color: '#499FC5'

red 73 ◦ green 159 ◦ blue 197

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

Shades of Viking #499FC5

Tints of Viking #499FC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 45.92%

R = 17.02%
G = 37.06%
B = 45.92%

CMYK

 C value IS 0.63

 M value IS 0.19

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#499FC5 (or 0x499FC5) is known color: Viking. HEX triplet: 49, 9F and C5. RGB value is (73,159,197). Sum of RGB (Red+Green+Blue) = 73+159+197=429 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.02% from 429); Green value is 159 (62.5% from 255 or 37.06% from 429); Blue value is 197 (77.34% from 255 or 45.92% from 429); Max value from RGB is 197 - color contains mainly: blue. Hex color #499FC5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #499FC5 is #B6603A. Grayscale: #898989. Windows color (decimal): -11952187 or 12951369. OLE color: 12951369.

HSL color Cylindrical-coordinate representation of color #499FC5: hue angle of 198.39º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #499FC5 is Cyan = 0.63, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 73 159 197 -
CMYK 0.63 0.19 0 0.23
HSL 198.39º 0.52% 0.53% -
HSV(B) 198.39º 0.63% 0.77% -
XYZ 25.22 30.24 57.33 -
YUV 137.62 161.51 81.91 -
System Red Green Blue C M Y K H S L
Decimal 73 159 197 0.63 0.19 0 0.23 198.39 0.52 0.53
Hex 49 9F C5 3F 13 0 17 C6 34 35
Octal 111 237 305 77 23 0 27 306 64 65
Binary 1001001 10011111 11000101 111111 10011 0 10111 11000110 110100 110101

Color Harmonies of #499FC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499FC5

Black with #499FC5

Text Example


Text Example

White with #499FC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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