Html Css Color HEX #496DDD Royal Blue

📋 copy color: '#496DDD'

red 73 ◦ green 109 ◦ blue 221

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

Shades of Royal Blue #496DDD

Tints of Royal Blue #496DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 54.84%

R = 18.11%
G = 27.05%
B = 54.84%

CMYK

 C value IS 0.67

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#496DDD (or 0x496DDD) is known color: Royal Blue. HEX triplet: 49, 6D and DD. RGB value is (73,109,221). Sum of RGB (Red+Green+Blue) = 73+109+221=403 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.11% from 403); Green value is 109 (42.97% from 255 or 27.05% from 403); Blue value is 221 (86.72% from 255 or 54.84% from 403); Max value from RGB is 221 - color contains mainly: blue. Hex color #496DDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #496DDD is #B69222. Grayscale: #6E6E6E. Windows color (decimal): -11964963 or 14511433. OLE color: 14511433.

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

Color convert

RGB 73 109 221 -
CMYK 0.67 0.51 0 0.13
HSL 225.41º 0.69% 0.58% -
HSV(B) 225.41º 0.67% 0.87% -
XYZ 21.27 17.57 70.68 -
YUV 111 190.07 100.89 -
System Red Green Blue C M Y K H S L
Decimal 73 109 221 0.67 0.51 0 0.13 225.41 0.69 0.58
Hex 49 6D DD 43 33 0 D E1 45 3A
Octal 111 155 335 103 63 0 15 341 105 72
Binary 1001001 1101101 11011101 1000011 110011 0 1101 11100001 1000101 111010

Color Harmonies of #496DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496DDD

Black with #496DDD

Text Example


Text Example

White with #496DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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