Html Css Color HEX #496FFF Royal Blue

📋 copy color: '#496FFF'

red 73 ◦ green 111 ◦ blue 255

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

Shades of Royal Blue #496FFF

Tints of Royal Blue #496FFF

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.28%

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

R = 16.63%
G = 25.28%
B = 58.09%

CMYK

 C value IS 0.71

 M value IS 0.56

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#496FFF (or 0x496FFF) is known color: Royal Blue. HEX triplet: 49, 6F and FF. RGB value is (73,111,255). Sum of RGB (Red+Green+Blue) = 73+111+255=439 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.63% from 439); Green value is 111 (43.75% from 255 or 25.28% from 439); Blue value is 255 (100% from 255 or 58.09% from 439); Max value from RGB is 255 - color contains mainly: blue. Hex color #496FFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #496FFF is #B69000. Grayscale: #737373. Windows color (decimal): -11964417 or 16740169. OLE color: 16740169.

HSL color Cylindrical-coordinate representation of color #496FFF: hue angle of 227.47º 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 #496FFF is Cyan = 0.71, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 73 111 255 -
CMYK 0.71 0.56 0 0
HSL 227.47º 1% 0.64% -
HSV(B) 227.47º 0.71% 1% -
XYZ 26.48 20.01 97.07 -
YUV 116.05 206.41 97.29 -
System Red Green Blue C M Y K H S L
Decimal 73 111 255 0.71 0.56 0 0 227.47 1 0.64
Hex 49 6F FF 47 38 0 0 E3 64 40
Octal 111 157 377 107 70 0 0 343 144 100
Binary 1001001 1101111 11111111 1000111 111000 0 0 11100011 1100100 1000000

Color Harmonies of #496FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496FFF

Black with #496FFF

Text Example


Text Example

White with #496FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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