Html Css Color HEX #496EEA Royal Blue

📋 copy color: '#496EEA'

red 73 ◦ green 110 ◦ blue 234

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

Shades of Royal Blue #496EEA

Tints of Royal Blue #496EEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 56.12%

R = 17.51%
G = 26.38%
B = 56.12%

CMYK

 C value IS 0.69

 M value IS 0.53

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#496EEA (or 0x496EEA) is known color: Royal Blue. HEX triplet: 49, 6E and EA. RGB value is (73,110,234). Sum of RGB (Red+Green+Blue) = 73+110+234=417 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.51% from 417); Green value is 110 (43.36% from 255 or 26.38% from 417); Blue value is 234 (91.80% from 255 or 56.12% from 417); Max value from RGB is 234 - color contains mainly: blue. Hex color #496EEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #496EEA is #B69115. Grayscale: #707070. Windows color (decimal): -11964694 or 15363657. OLE color: 15363657.

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

Color convert

RGB 73 110 234 -
CMYK 0.69 0.53 0 0.08
HSL 226.21º 0.79% 0.6% -
HSV(B) 226.21º 0.69% 0.92% -
XYZ 23.17 18.51 80.19 -
YUV 113.07 196.24 99.42 -
System Red Green Blue C M Y K H S L
Decimal 73 110 234 0.69 0.53 0 0.08 226.21 0.79 0.6
Hex 49 6E EA 45 35 0 8 E2 4F 3C
Octal 111 156 352 105 65 0 10 342 117 74
Binary 1001001 1101110 11101010 1000101 110101 0 1000 11100010 1001111 111100

Color Harmonies of #496EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496EEA

Black with #496EEA

Text Example


Text Example

White with #496EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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