Html Css Color HEX #496EEE Royal Blue

📋 copy color: '#496EEE'

red 73 ◦ green 110 ◦ blue 238

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

Shades of Royal Blue #496EEE

Tints of Royal Blue #496EEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 56.53%

R = 17.34%
G = 26.13%
B = 56.53%

CMYK

 C value IS 0.69

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#496EEE (or 0x496EEE) is known color: Royal Blue. HEX triplet: 49, 6E and EE. RGB value is (73,110,238). Sum of RGB (Red+Green+Blue) = 73+110+238=421 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.34% from 421); Green value is 110 (43.36% from 255 or 26.13% from 421); Blue value is 238 (93.36% from 255 or 56.53% from 421); Max value from RGB is 238 - color contains mainly: blue. Hex color #496EEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #496EEE is #B69111. Grayscale: #707070. Windows color (decimal): -11964690 or 15625801. OLE color: 15625801.

HSL color Cylindrical-coordinate representation of color #496EEE: hue angle of 226.55º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #496EEE is Cyan = 0.69, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 73 110 238 -
CMYK 0.69 0.54 0 0.07
HSL 226.55º 0.83% 0.61% -
HSV(B) 226.55º 0.69% 0.93% -
XYZ 23.76 18.74 83.25 -
YUV 113.53 198.24 99.09 -
System Red Green Blue C M Y K H S L
Decimal 73 110 238 0.69 0.54 0 0.07 226.55 0.83 0.61
Hex 49 6E EE 45 36 0 7 E3 53 3D
Octal 111 156 356 105 66 0 7 343 123 75
Binary 1001001 1101110 11101110 1000101 110110 0 111 11100011 1010011 111101

Color Harmonies of #496EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496EEE

Black with #496EEE

Text Example


Text Example

White with #496EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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