Html Css Color HEX #496FE2 Royal Blue

📋 copy color: '#496FE2'

red 73 ◦ green 111 ◦ blue 226

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

Shades of Royal Blue #496FE2

Tints of Royal Blue #496FE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 55.12%

R = 17.8%
G = 27.07%
B = 55.12%

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

#496FE2 (or 0x496FE2) is known color: Royal Blue. HEX triplet: 49, 6F and E2. RGB value is (73,111,226). Sum of RGB (Red+Green+Blue) = 73+111+226=410 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.80% from 410); Green value is 111 (43.75% from 255 or 27.07% from 410); Blue value is 226 (88.67% from 255 or 55.12% from 410); Max value from RGB is 226 - color contains mainly: blue. Hex color #496FE2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #496FE2 is #B6901D. Grayscale: #707070. Windows color (decimal): -11964446 or 14839625. OLE color: 14839625.

HSL color Cylindrical-coordinate representation of color #496FE2: hue angle of 225.1º 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 #496FE2 is Cyan = 0.68, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 73 111 226 -
CMYK 0.68 0.51 0 0.11
HSL 225.1º 0.73% 0.59% -
HSV(B) 225.1º 0.68% 0.89% -
XYZ 22.16 18.28 74.31 -
YUV 112.75 191.91 99.65 -
System Red Green Blue C M Y K H S L
Decimal 73 111 226 0.68 0.51 0 0.11 225.1 0.73 0.59
Hex 49 6F E2 44 33 0 B E1 49 3B
Octal 111 157 342 104 63 0 13 341 111 73
Binary 1001001 1101111 11100010 1000100 110011 0 1011 11100001 1001001 111011

Color Harmonies of #496FE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496FE2

Black with #496FE2

Text Example


Text Example

White with #496FE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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