Html Css Color HEX #496ED0 Royal Blue

📋 copy color: '#496ED0'

red 73 ◦ green 110 ◦ blue 208

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

Shades of Royal Blue #496ED0

Tints of Royal Blue #496ED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 53.2%

R = 18.67%
G = 28.13%
B = 53.2%

CMYK

 C value IS 0.65

 M value IS 0.47

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#496ED0 (or 0x496ED0) is known color: Royal Blue. HEX triplet: 49, 6E and D0. RGB value is (73,110,208). Sum of RGB (Red+Green+Blue) = 73+110+208=391 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.67% from 391); Green value is 110 (43.36% from 255 or 28.13% from 391); Blue value is 208 (81.64% from 255 or 53.20% from 391); Max value from RGB is 208 - color contains mainly: blue. Hex color #496ED0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #496ED0 is #B6912F. Grayscale: #6D6D6D. Windows color (decimal): -11964720 or 13659721. OLE color: 13659721.

HSL color Cylindrical-coordinate representation of color #496ED0: hue angle of 223.56º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #496ED0 is Cyan = 0.65, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 73 110 208 -
CMYK 0.65 0.47 0 0.18
HSL 223.56º 0.59% 0.55% -
HSV(B) 223.56º 0.65% 0.82% -
XYZ 19.71 17.12 61.94 -
YUV 110.11 183.24 101.53 -
System Red Green Blue C M Y K H S L
Decimal 73 110 208 0.65 0.47 0 0.18 223.56 0.59 0.55
Hex 49 6E D0 41 2F 0 12 E0 3B 37
Octal 111 156 320 101 57 0 22 340 73 67
Binary 1001001 1101110 11010000 1000001 101111 0 10010 11100000 111011 110111

Color Harmonies of #496ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496ED0

Black with #496ED0

Text Example


Text Example

White with #496ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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