Html Css Color HEX #496FE3 Royal Blue

📋 copy color: '#496FE3'

red 73 ◦ green 111 ◦ blue 227

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

Shades of Royal Blue #496FE3

Tints of Royal Blue #496FE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 55.23%

R = 17.76%
G = 27.01%
B = 55.23%

CMYK

 C value IS 0.68

 M value IS 0.51

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#496FE3 (or 0x496FE3) is known color: Royal Blue. HEX triplet: 49, 6F and E3. RGB value is (73,111,227). Sum of RGB (Red+Green+Blue) = 73+111+227=411 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.76% from 411); Green value is 111 (43.75% from 255 or 27.01% from 411); Blue value is 227 (89.06% from 255 or 55.23% from 411); Max value from RGB is 227 - color contains mainly: blue. Hex color #496FE3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #496FE3 is #B6901C. Grayscale: #707070. Windows color (decimal): -11964445 or 14905161. OLE color: 14905161.

HSL color Cylindrical-coordinate representation of color #496FE3: hue angle of 225.19º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #496FE3 is Cyan = 0.68, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 73 111 227 -
CMYK 0.68 0.51 0 0.11
HSL 225.19º 0.73% 0.59% -
HSV(B) 225.19º 0.68% 0.89% -
XYZ 22.3 18.33 75.04 -
YUV 112.86 192.41 99.57 -
System Red Green Blue C M Y K H S L
Decimal 73 111 227 0.68 0.51 0 0.11 225.19 0.73 0.59
Hex 49 6F E3 44 33 0 B E1 49 3B
Octal 111 157 343 104 63 0 13 341 111 73
Binary 1001001 1101111 11100011 1000100 110011 0 1011 11100001 1001001 111011

Color Harmonies of #496FE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496FE3

Black with #496FE3

Text Example


Text Example

White with #496FE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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