Html Css Color HEX #496EE8 Royal Blue

📋 copy color: '#496EE8'

red 73 ◦ green 110 ◦ blue 232

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

Shades of Royal Blue #496EE8

Tints of Royal Blue #496EE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 55.9%

R = 17.59%
G = 26.51%
B = 55.9%

CMYK

 C value IS 0.69

 M value IS 0.53

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#496EE8 (or 0x496EE8) is known color: Royal Blue. HEX triplet: 49, 6E and E8. RGB value is (73,110,232). Sum of RGB (Red+Green+Blue) = 73+110+232=415 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.59% from 415); Green value is 110 (43.36% from 255 or 26.51% from 415); Blue value is 232 (91.02% from 255 or 55.90% from 415); Max value from RGB is 232 - color contains mainly: blue. Hex color #496EE8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #496EE8 is #B69117. Grayscale: #707070. Windows color (decimal): -11964696 or 15232585. OLE color: 15232585.

HSL color Cylindrical-coordinate representation of color #496EE8: hue angle of 226.04º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #496EE8 is Cyan = 0.69, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 73 110 232 -
CMYK 0.69 0.53 0 0.09
HSL 226.04º 0.78% 0.6% -
HSV(B) 226.04º 0.69% 0.91% -
XYZ 22.89 18.39 78.69 -
YUV 112.85 195.24 99.58 -
System Red Green Blue C M Y K H S L
Decimal 73 110 232 0.69 0.53 0 0.09 226.04 0.78 0.6
Hex 49 6E E8 45 35 0 9 E2 4E 3C
Octal 111 156 350 105 65 0 11 342 116 74
Binary 1001001 1101110 11101000 1000101 110101 0 1001 11100010 1001110 111100

Color Harmonies of #496EE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496EE8

Black with #496EE8

Text Example


Text Example

White with #496EE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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