Html Css Color HEX #496DCE Royal Blue

📋 copy color: '#496DCE'

red 73 ◦ green 109 ◦ blue 206

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

Shades of Royal Blue #496DCE

Tints of Royal Blue #496DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 53.09%

R = 18.81%
G = 28.09%
B = 53.09%

CMYK

 C value IS 0.65

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#496DCE (or 0x496DCE) is known color: Royal Blue. HEX triplet: 49, 6D and CE. RGB value is (73,109,206). Sum of RGB (Red+Green+Blue) = 73+109+206=388 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.81% from 388); Green value is 109 (42.97% from 255 or 28.09% from 388); Blue value is 206 (80.86% from 255 or 53.09% from 388); Max value from RGB is 206 - color contains mainly: blue. Hex color #496DCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #496DCE is #B69231. Grayscale: #6C6C6C. Windows color (decimal): -11964978 or 13528393. OLE color: 13528393.

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

Color convert

RGB 73 109 206 -
CMYK 0.65 0.47 0 0.19
HSL 223.76º 0.58% 0.55% -
HSV(B) 223.76º 0.65% 0.81% -
XYZ 19.36 16.81 60.62 -
YUV 109.29 182.57 102.11 -
System Red Green Blue C M Y K H S L
Decimal 73 109 206 0.65 0.47 0 0.19 223.76 0.58 0.55
Hex 49 6D CE 41 2F 0 13 E0 3A 37
Octal 111 155 316 101 57 0 23 340 72 67
Binary 1001001 1101101 11001110 1000001 101111 0 10011 11100000 111010 110111

Color Harmonies of #496DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496DCE

Black with #496DCE

Text Example


Text Example

White with #496DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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