Html Css Color HEX #499EC5 Viking

📋 copy color: '#499EC5'

red 73 ◦ green 158 ◦ blue 197

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

Shades of Viking #499EC5

Tints of Viking #499EC5

RGB

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

 GREEN value IS 158 (62.11% from 255) = 36.92%

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

R = 17.06%
G = 36.92%
B = 46.03%

CMYK

 C value IS 0.63

 M value IS 0.20

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#499EC5 (or 0x499EC5) is known color: Viking. HEX triplet: 49, 9E and C5. RGB value is (73,158,197). Sum of RGB (Red+Green+Blue) = 73+158+197=428 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.06% from 428); Green value is 158 (62.11% from 255 or 36.92% from 428); Blue value is 197 (77.34% from 255 or 46.03% from 428); Max value from RGB is 197 - color contains mainly: blue. Hex color #499EC5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #499EC5 is #B6613A. Grayscale: #888888. Windows color (decimal): -11952443 or 12951113. OLE color: 12951113.

HSL color Cylindrical-coordinate representation of color #499EC5: hue angle of 198.87º 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 #499EC5 is Cyan = 0.63, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 73 158 197 -
CMYK 0.63 0.20 0 0.23
HSL 198.87º 0.52% 0.53% -
HSV(B) 198.87º 0.63% 0.77% -
XYZ 25.05 29.9 57.27 -
YUV 137.03 161.84 82.33 -
System Red Green Blue C M Y K H S L
Decimal 73 158 197 0.63 0.20 0 0.23 198.87 0.52 0.53
Hex 49 9E C5 3F 14 0 17 C7 34 35
Octal 111 236 305 77 24 0 27 307 64 65
Binary 1001001 10011110 11000101 111111 10100 0 10111 11000111 110100 110101

Color Harmonies of #499EC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499EC5

Black with #499EC5

Text Example


Text Example

White with #499EC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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