Html Css Color HEX #496EDB Royal Blue

📋 copy color: '#496EDB'

red 73 ◦ green 110 ◦ blue 219

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

Shades of Royal Blue #496EDB

Tints of Royal Blue #496EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 54.48%

R = 18.16%
G = 27.36%
B = 54.48%

CMYK

 C value IS 0.67

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#496EDB (or 0x496EDB) is known color: Royal Blue. HEX triplet: 49, 6E and DB. RGB value is (73,110,219). Sum of RGB (Red+Green+Blue) = 73+110+219=402 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.16% from 402); Green value is 110 (43.36% from 255 or 27.36% from 402); Blue value is 219 (85.94% from 255 or 54.48% from 402); Max value from RGB is 219 - color contains mainly: blue. Hex color #496EDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #496EDB is #B69124. Grayscale: #6E6E6E. Windows color (decimal): -11964709 or 14380617. OLE color: 14380617.

HSL color Cylindrical-coordinate representation of color #496EDB: hue angle of 224.79º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #496EDB is Cyan = 0.67, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 73 110 219 -
CMYK 0.67 0.50 0 0.14
HSL 224.79º 0.67% 0.57% -
HSV(B) 224.79º 0.67% 0.86% -
XYZ 21.11 17.68 69.32 -
YUV 111.36 188.74 100.64 -
System Red Green Blue C M Y K H S L
Decimal 73 110 219 0.67 0.50 0 0.14 224.79 0.67 0.57
Hex 49 6E DB 43 32 0 E E1 43 39
Octal 111 156 333 103 62 0 16 341 103 71
Binary 1001001 1101110 11011011 1000011 110010 0 1110 11100001 1000011 111001

Color Harmonies of #496EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496EDB

Black with #496EDB

Text Example


Text Example

White with #496EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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