Html Css Color HEX #496ECE Royal Blue

📋 copy color: '#496ECE'

red 73 ◦ green 110 ◦ blue 206

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

Shades of Royal Blue #496ECE

Tints of Royal Blue #496ECE

RGB

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

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

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

R = 18.77%
G = 28.28%
B = 52.96%

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

#496ECE (or 0x496ECE) is known color: Royal Blue. HEX triplet: 49, 6E and CE. RGB value is (73,110,206). Sum of RGB (Red+Green+Blue) = 73+110+206=389 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.77% from 389); Green value is 110 (43.36% from 255 or 28.28% from 389); Blue value is 206 (80.86% from 255 or 52.96% from 389); Max value from RGB is 206 - color contains mainly: blue. Hex color #496ECE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #496ECE is #B69131. Grayscale: #6D6D6D. Windows color (decimal): -11964722 or 13528649. OLE color: 13528649.

HSL color Cylindrical-coordinate representation of color #496ECE: hue angle of 223.31º 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 #496ECE is Cyan = 0.65, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 73 110 206 -
CMYK 0.65 0.47 0 0.19
HSL 223.31º 0.58% 0.55% -
HSV(B) 223.31º 0.65% 0.81% -
XYZ 19.46 17.02 60.65 -
YUV 109.88 182.24 101.69 -
System Red Green Blue C M Y K H S L
Decimal 73 110 206 0.65 0.47 0 0.19 223.31 0.58 0.55
Hex 49 6E CE 41 2F 0 13 DF 3A 37
Octal 111 156 316 101 57 0 23 337 72 67
Binary 1001001 1101110 11001110 1000001 101111 0 10011 11011111 111010 110111

Color Harmonies of #496ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496ECE

Black with #496ECE

Text Example


Text Example

White with #496ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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