Html Css Color HEX #496EEF Royal Blue

📋 copy color: '#496EEF'

red 73 ◦ green 110 ◦ blue 239

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

Shades of Royal Blue #496EEF

Tints of Royal Blue #496EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 56.64%

R = 17.3%
G = 26.07%
B = 56.64%

CMYK

 C value IS 0.69

 M value IS 0.54

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#496EEF (or 0x496EEF) is known color: Royal Blue. HEX triplet: 49, 6E and EF. RGB value is (73,110,239). Sum of RGB (Red+Green+Blue) = 73+110+239=422 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.30% from 422); Green value is 110 (43.36% from 255 or 26.07% from 422); Blue value is 239 (93.75% from 255 or 56.64% from 422); Max value from RGB is 239 - color contains mainly: blue. Hex color #496EEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #496EEF is #B69110. Grayscale: #717171. Windows color (decimal): -11964689 or 15691337. OLE color: 15691337.

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

Color convert

RGB 73 110 239 -
CMYK 0.69 0.54 0 0.06
HSL 226.63º 0.84% 0.61% -
HSV(B) 226.63º 0.69% 0.94% -
XYZ 23.9 18.8 84.03 -
YUV 113.64 198.74 99.01 -
System Red Green Blue C M Y K H S L
Decimal 73 110 239 0.69 0.54 0 0.06 226.63 0.84 0.61
Hex 49 6E EF 45 36 0 6 E3 54 3D
Octal 111 156 357 105 66 0 6 343 124 75
Binary 1001001 1101110 11101111 1000101 110110 0 110 11100011 1010100 111101

Color Harmonies of #496EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496EEF

Black with #496EEF

Text Example


Text Example

White with #496EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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