Html Css Color HEX #496BEA Royal Blue

📋 copy color: '#496BEA'

red 73 ◦ green 107 ◦ blue 234

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

Shades of Royal Blue #496BEA

Tints of Royal Blue #496BEA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.85%

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

R = 17.63%
G = 25.85%
B = 56.52%

CMYK

 C value IS 0.69

 M value IS 0.54

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#496BEA (or 0x496BEA) is known color: Royal Blue. HEX triplet: 49, 6B and EA. RGB value is (73,107,234). Sum of RGB (Red+Green+Blue) = 73+107+234=414 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.63% from 414); Green value is 107 (42.19% from 255 or 25.85% from 414); Blue value is 234 (91.80% from 255 or 56.52% from 414); Max value from RGB is 234 - color contains mainly: blue. Hex color #496BEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #496BEA is #B69415. Grayscale: #6E6E6E. Windows color (decimal): -11965462 or 15362889. OLE color: 15362889.

HSL color Cylindrical-coordinate representation of color #496BEA: hue angle of 227.33º 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 #496BEA is Cyan = 0.69, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 73 107 234 -
CMYK 0.69 0.54 0 0.08
HSL 227.33º 0.79% 0.6% -
HSV(B) 227.33º 0.69% 0.92% -
XYZ 22.86 17.87 80.09 -
YUV 111.31 197.24 100.67 -
System Red Green Blue C M Y K H S L
Decimal 73 107 234 0.69 0.54 0 0.08 227.33 0.79 0.6
Hex 49 6B EA 45 36 0 8 E3 4F 3C
Octal 111 153 352 105 66 0 10 343 117 74
Binary 1001001 1101011 11101010 1000101 110110 0 1000 11100011 1001111 111100

Color Harmonies of #496BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496BEA

Black with #496BEA

Text Example


Text Example

White with #496BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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