Html Css Color HEX #496CFE Royal Blue

📋 copy color: '#496CFE'

red 73 ◦ green 108 ◦ blue 254

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

Shades of Royal Blue #496CFE

Tints of Royal Blue #496CFE

RGB

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

 GREEN value IS 108 (42.58% from 255) = 24.83%

 BLUE value IS 254 (99.61% from 255) = 58.39%

R = 16.78%
G = 24.83%
B = 58.39%

CMYK

 C value IS 0.71

 M value IS 0.57

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#496CFE (or 0x496CFE) is known color: Royal Blue. HEX triplet: 49, 6C and FE. RGB value is (73,108,254). Sum of RGB (Red+Green+Blue) = 73+108+254=435 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.78% from 435); Green value is 108 (42.58% from 255 or 24.83% from 435); Blue value is 254 (99.61% from 255 or 58.39% from 435); Max value from RGB is 254 - color contains mainly: blue. Hex color #496CFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #496CFE is #B69301. Grayscale: #717171. Windows color (decimal): -11965186 or 16673865. OLE color: 16673865.

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

Color convert

RGB 73 108 254 -
CMYK 0.71 0.57 0 0.00
HSL 228.4º 0.99% 0.64% -
HSV(B) 228.4º 0.71% 1% -
XYZ 26 19.3 96.12 -
YUV 114.18 206.9 98.63 -
System Red Green Blue C M Y K H S L
Decimal 73 108 254 0.71 0.57 0 0.00 228.4 0.99 0.64
Hex 49 6C FE 47 39 0 0 E4 63 40
Octal 111 154 376 107 71 0 0 344 143 100
Binary 1001001 1101100 11111110 1000111 111001 0 0 11100100 1100011 1000000

Color Harmonies of #496CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496CFE

Black with #496CFE

Text Example


Text Example

White with #496CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,108,254); }

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

background-color css

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

 a { background-color: rgb(73,108,254); }

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

border-color css

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

 span { border-color: rgb(73,108,254); }

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