Html Css Color HEX #499FC3 Viking

📋 copy color: '#499FC3'

red 73 ◦ green 159 ◦ blue 195

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

Shades of Viking #499FC3

Tints of Viking #499FC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 45.67%

R = 17.1%
G = 37.24%
B = 45.67%

CMYK

 C value IS 0.63

 M value IS 0.18

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#499FC3 (or 0x499FC3) is known color: Viking. HEX triplet: 49, 9F and C3. RGB value is (73,159,195). Sum of RGB (Red+Green+Blue) = 73+159+195=427 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.10% from 427); Green value is 159 (62.5% from 255 or 37.24% from 427); Blue value is 195 (76.56% from 255 or 45.67% from 427); Max value from RGB is 195 - color contains mainly: blue. Hex color #499FC3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #499FC3 is #B6603C. Grayscale: #898989. Windows color (decimal): -11952189 or 12820297. OLE color: 12820297.

HSL color Cylindrical-coordinate representation of color #499FC3: hue angle of 197.7º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #499FC3 is Cyan = 0.63, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 73 159 195 -
CMYK 0.63 0.18 0 0.24
HSL 197.7º 0.5% 0.53% -
HSV(B) 197.7º 0.63% 0.76% -
XYZ 25 30.15 56.13 -
YUV 137.39 160.51 82.07 -
System Red Green Blue C M Y K H S L
Decimal 73 159 195 0.63 0.18 0 0.24 197.7 0.5 0.53
Hex 49 9F C3 3F 12 0 18 C6 32 35
Octal 111 237 303 77 22 0 30 306 62 65
Binary 1001001 10011111 11000011 111111 10010 0 11000 11000110 110010 110101

Color Harmonies of #499FC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499FC3

Black with #499FC3

Text Example


Text Example

White with #499FC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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