Html Css Color HEX #496DFF Royal Blue

📋 copy color: '#496DFF'

red 73 ◦ green 109 ◦ blue 255

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

Shades of Royal Blue #496DFF

Tints of Royal Blue #496DFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 58.35%

R = 16.7%
G = 24.94%
B = 58.35%

CMYK

 C value IS 0.71

 M value IS 0.57

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#496DFF (or 0x496DFF) is known color: Royal Blue. HEX triplet: 49, 6D and FF. RGB value is (73,109,255). Sum of RGB (Red+Green+Blue) = 73+109+255=437 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.70% from 437); Green value is 109 (42.97% from 255 or 24.94% from 437); Blue value is 255 (100% from 255 or 58.35% from 437); Max value from RGB is 255 - color contains mainly: blue. Hex color #496DFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #496DFF is #B69200. Grayscale: #727272. Windows color (decimal): -11964929 or 16739657. OLE color: 16739657.

HSL color Cylindrical-coordinate representation of color #496DFF: hue angle of 228.13º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #496DFF is Cyan = 0.71, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 73 109 255 -
CMYK 0.71 0.57 0 0
HSL 228.13º 1% 0.64% -
HSV(B) 228.13º 0.71% 1% -
XYZ 26.27 19.57 97 -
YUV 114.88 207.07 98.13 -
System Red Green Blue C M Y K H S L
Decimal 73 109 255 0.71 0.57 0 0 228.13 1 0.64
Hex 49 6D FF 47 39 0 0 E4 64 40
Octal 111 155 377 107 71 0 0 344 144 100
Binary 1001001 1101101 11111111 1000111 111001 0 0 11100100 1100100 1000000

Color Harmonies of #496DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496DFF

Black with #496DFF

Text Example


Text Example

White with #496DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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