Html Css Color HEX #496ED1 Royal Blue

📋 copy color: '#496ED1'

red 73 ◦ green 110 ◦ blue 209

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

Shades of Royal Blue #496ED1

Tints of Royal Blue #496ED1

RGB

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

 GREEN value IS 110 (43.36% from 255) = 28.06%

 BLUE value IS 209 (82.03% from 255) = 53.32%

R = 18.62%
G = 28.06%
B = 53.32%

CMYK

 C value IS 0.65

 M value IS 0.47

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#496ED1 (or 0x496ED1) is known color: Royal Blue. HEX triplet: 49, 6E and D1. RGB value is (73,110,209). Sum of RGB (Red+Green+Blue) = 73+110+209=392 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.62% from 392); Green value is 110 (43.36% from 255 or 28.06% from 392); Blue value is 209 (82.03% from 255 or 53.32% from 392); Max value from RGB is 209 - color contains mainly: blue. Hex color #496ED1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #496ED1 is #B6912E. Grayscale: #6D6D6D. Windows color (decimal): -11964719 or 13725257. OLE color: 13725257.

HSL color Cylindrical-coordinate representation of color #496ED1: hue angle of 223.68º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #496ED1 is Cyan = 0.65, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 73 110 209 -
CMYK 0.65 0.47 0 0.18
HSL 223.68º 0.6% 0.55% -
HSV(B) 223.68º 0.65% 0.82% -
XYZ 19.83 17.17 62.59 -
YUV 110.22 183.74 101.45 -
System Red Green Blue C M Y K H S L
Decimal 73 110 209 0.65 0.47 0 0.18 223.68 0.6 0.55
Hex 49 6E D1 41 2F 0 12 E0 3C 37
Octal 111 156 321 101 57 0 22 340 74 67
Binary 1001001 1101110 11010001 1000001 101111 0 10010 11100000 111100 110111

Color Harmonies of #496ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496ED1

Black with #496ED1

Text Example


Text Example

White with #496ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496ED1; }

 p { color: rgb(73,110,209); }

 H1.HeaderClassName
 {
   color: #496ED1;
 }
 .AnyTagClassName
 {
   color: #496ED1;
 }
</style>

background-color css

<style>
 a { background-color: #496ED1; }

 a { background-color: rgb(73,110,209); }

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

border-color css

<style>
 span { border-color: #496ED1; }

 span { border-color: rgb(73,110,209); }

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