Html Css Color HEX #496ADB Royal Blue

📋 copy color: '#496ADB'

red 73 ◦ green 106 ◦ blue 219

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

Shades of Royal Blue #496ADB

Tints of Royal Blue #496ADB

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.63%

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

R = 18.34%
G = 26.63%
B = 55.03%

CMYK

 C value IS 0.67

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#496ADB (or 0x496ADB) is known color: Royal Blue. HEX triplet: 49, 6A and DB. RGB value is (73,106,219). Sum of RGB (Red+Green+Blue) = 73+106+219=398 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.34% from 398); Green value is 106 (41.80% from 255 or 26.63% from 398); Blue value is 219 (85.94% from 255 or 55.03% from 398); Max value from RGB is 219 - color contains mainly: blue. Hex color #496ADB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #496ADB is #B69524. Grayscale: #6C6C6C. Windows color (decimal): -11965733 or 14379593. OLE color: 14379593.

HSL color Cylindrical-coordinate representation of color #496ADB: hue angle of 226.44º 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 #496ADB is Cyan = 0.67, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 73 106 219 -
CMYK 0.67 0.52 0 0.14
HSL 226.44º 0.67% 0.57% -
HSV(B) 226.44º 0.67% 0.86% -
XYZ 20.69 16.84 69.18 -
YUV 109.02 190.07 102.31 -
System Red Green Blue C M Y K H S L
Decimal 73 106 219 0.67 0.52 0 0.14 226.44 0.67 0.57
Hex 49 6A DB 43 34 0 E E2 43 39
Octal 111 152 333 103 64 0 16 342 103 71
Binary 1001001 1101010 11011011 1000011 110100 0 1110 11100010 1000011 111001

Color Harmonies of #496ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496ADB

Black with #496ADB

Text Example


Text Example

White with #496ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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