Html Css Color HEX #496DDA Royal Blue

📋 copy color: '#496DDA'

red 73 ◦ green 109 ◦ blue 218

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

Shades of Royal Blue #496DDA

Tints of Royal Blue #496DDA

RGB

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

 GREEN value IS 109 (42.97% from 255) = 27.25%

 BLUE value IS 218 (85.55% from 255) = 54.5%

R = 18.25%
G = 27.25%
B = 54.5%

CMYK

 C value IS 0.67

 M value IS 0.5

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#496DDA (or 0x496DDA) is known color: Royal Blue. HEX triplet: 49, 6D and DA. RGB value is (73,109,218). Sum of RGB (Red+Green+Blue) = 73+109+218=400 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.25% from 400); Green value is 109 (42.97% from 255 or 27.25% from 400); Blue value is 218 (85.55% from 255 or 54.5% from 400); Max value from RGB is 218 - color contains mainly: blue. Hex color #496DDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #496DDA is #B69225. Grayscale: #6E6E6E. Windows color (decimal): -11964966 or 14314825. OLE color: 14314825.

HSL color Cylindrical-coordinate representation of color #496DDA: hue angle of 225.1º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #496DDA is Cyan = 0.67, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 73 109 218 -
CMYK 0.67 0.5 0 0.15
HSL 225.1º 0.66% 0.57% -
HSV(B) 225.1º 0.67% 0.85% -
XYZ 20.87 17.42 68.59 -
YUV 110.66 188.57 101.14 -
System Red Green Blue C M Y K H S L
Decimal 73 109 218 0.67 0.5 0 0.15 225.1 0.66 0.57
Hex 49 6D DA 43 32 0 F E1 42 39
Octal 111 155 332 103 62 0 17 341 102 71
Binary 1001001 1101101 11011010 1000011 110010 0 1111 11100001 1000010 111001

Color Harmonies of #496DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496DDA

Black with #496DDA

Text Example


Text Example

White with #496DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,109,218); }

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

background-color css

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

 a { background-color: rgb(73,109,218); }

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

border-color css

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

 span { border-color: rgb(73,109,218); }

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