Html Css Color HEX #496EDD Royal Blue

📋 copy color: '#496EDD'

red 73 ◦ green 110 ◦ blue 221

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

Shades of Royal Blue #496EDD

Tints of Royal Blue #496EDD

RGB

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

 GREEN value IS 110 (43.36% from 255) = 27.23%

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

R = 18.07%
G = 27.23%
B = 54.7%

CMYK

 C value IS 0.67

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#496EDD (or 0x496EDD) is known color: Royal Blue. HEX triplet: 49, 6E and DD. RGB value is (73,110,221). Sum of RGB (Red+Green+Blue) = 73+110+221=404 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.07% from 404); Green value is 110 (43.36% from 255 or 27.23% from 404); Blue value is 221 (86.72% from 255 or 54.70% from 404); Max value from RGB is 221 - color contains mainly: blue. Hex color #496EDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #496EDD is #B69122. Grayscale: #6F6F6F. Windows color (decimal): -11964707 or 14511689. OLE color: 14511689.

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

Color convert

RGB 73 110 221 -
CMYK 0.67 0.50 0 0.13
HSL 225º 0.69% 0.58% -
HSV(B) 225º 0.67% 0.87% -
XYZ 21.37 17.79 70.71 -
YUV 111.59 189.74 100.47 -
System Red Green Blue C M Y K H S L
Decimal 73 110 221 0.67 0.50 0 0.13 225 0.69 0.58
Hex 49 6E DD 43 32 0 D E1 45 3A
Octal 111 156 335 103 62 0 15 341 105 72
Binary 1001001 1101110 11011101 1000011 110010 0 1101 11100001 1000101 111010

Color Harmonies of #496EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496EDD

Black with #496EDD

Text Example


Text Example

White with #496EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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