Html Css Color HEX #496ADE Royal Blue

📋 copy color: '#496ADE'

red 73 ◦ green 106 ◦ blue 222

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

Shades of Royal Blue #496ADE

Tints of Royal Blue #496ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 55.36%

R = 18.2%
G = 26.43%
B = 55.36%

CMYK

 C value IS 0.67

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#496ADE (or 0x496ADE) is known color: Royal Blue. HEX triplet: 49, 6A and DE. RGB value is (73,106,222). Sum of RGB (Red+Green+Blue) = 73+106+222=401 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.20% from 401); Green value is 106 (41.80% from 255 or 26.43% from 401); Blue value is 222 (87.11% from 255 or 55.36% from 401); Max value from RGB is 222 - color contains mainly: blue. Hex color #496ADE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #496ADE is #B69521. Grayscale: #6C6C6C. Windows color (decimal): -11965730 or 14576201. OLE color: 14576201.

HSL color Cylindrical-coordinate representation of color #496ADE: hue angle of 226.71º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #496ADE is Cyan = 0.67, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 73 106 222 -
CMYK 0.67 0.52 0 0.13
HSL 226.71º 0.69% 0.58% -
HSV(B) 226.71º 0.67% 0.87% -
XYZ 21.09 17 71.28 -
YUV 109.36 191.57 102.07 -
System Red Green Blue C M Y K H S L
Decimal 73 106 222 0.67 0.52 0 0.13 226.71 0.69 0.58
Hex 49 6A DE 43 34 0 D E3 45 3A
Octal 111 152 336 103 64 0 15 343 105 72
Binary 1001001 1101010 11011110 1000011 110100 0 1101 11100011 1000101 111010

Color Harmonies of #496ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496ADE

Black with #496ADE

Text Example


Text Example

White with #496ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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