Html Css Color HEX #496EF3 Royal Blue

📋 copy color: '#496EF3'

red 73 ◦ green 110 ◦ blue 243

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

Shades of Royal Blue #496EF3

Tints of Royal Blue #496EF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 57.04%

R = 17.14%
G = 25.82%
B = 57.04%

CMYK

 C value IS 0.70

 M value IS 0.55

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#496EF3 (or 0x496EF3) is known color: Royal Blue. HEX triplet: 49, 6E and F3. RGB value is (73,110,243). Sum of RGB (Red+Green+Blue) = 73+110+243=426 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.14% from 426); Green value is 110 (43.36% from 255 or 25.82% from 426); Blue value is 243 (95.31% from 255 or 57.04% from 426); Max value from RGB is 243 - color contains mainly: blue. Hex color #496EF3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #496EF3 is #B6910C. Grayscale: #717171. Windows color (decimal): -11964685 or 15953481. OLE color: 15953481.

HSL color Cylindrical-coordinate representation of color #496EF3: hue angle of 226.94º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #496EF3 is Cyan = 0.70, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 73 110 243 -
CMYK 0.70 0.55 0 0.05
HSL 226.94º 0.88% 0.62% -
HSV(B) 226.94º 0.7% 0.95% -
XYZ 24.5 19.04 87.18 -
YUV 114.1 200.74 98.69 -
System Red Green Blue C M Y K H S L
Decimal 73 110 243 0.70 0.55 0 0.05 226.94 0.88 0.62
Hex 49 6E F3 46 37 0 5 E3 58 3E
Octal 111 156 363 106 67 0 5 343 130 76
Binary 1001001 1101110 11110011 1000110 110111 0 101 11100011 1011000 111110

Color Harmonies of #496EF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496EF3

Black with #496EF3

Text Example


Text Example

White with #496EF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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