Html Css Color HEX #496BDB Royal Blue

📋 copy color: '#496BDB'

red 73 ◦ green 107 ◦ blue 219

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

Shades of Royal Blue #496BDB

Tints of Royal Blue #496BDB

RGB

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

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

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

R = 18.3%
G = 26.82%
B = 54.89%

CMYK

 C value IS 0.67

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#496BDB (or 0x496BDB) is known color: Royal Blue. HEX triplet: 49, 6B and DB. RGB value is (73,107,219). Sum of RGB (Red+Green+Blue) = 73+107+219=399 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.30% from 399); Green value is 107 (42.19% from 255 or 26.82% from 399); Blue value is 219 (85.94% from 255 or 54.89% from 399); Max value from RGB is 219 - color contains mainly: blue. Hex color #496BDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #496BDB is #B69424. Grayscale: #6D6D6D. Windows color (decimal): -11965477 or 14379849. OLE color: 14379849.

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

Color convert

RGB 73 107 219 -
CMYK 0.67 0.51 0 0.14
HSL 226.03º 0.67% 0.57% -
HSV(B) 226.03º 0.67% 0.86% -
XYZ 20.79 17.05 69.21 -
YUV 109.6 189.74 101.89 -
System Red Green Blue C M Y K H S L
Decimal 73 107 219 0.67 0.51 0 0.14 226.03 0.67 0.57
Hex 49 6B DB 43 33 0 E E2 43 39
Octal 111 153 333 103 63 0 16 342 103 71
Binary 1001001 1101011 11011011 1000011 110011 0 1110 11100010 1000011 111001

Color Harmonies of #496BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496BDB

Black with #496BDB

Text Example


Text Example

White with #496BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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