Html Css Color HEX #496FE1 Royal Blue

📋 copy color: '#496FE1'

red 73 ◦ green 111 ◦ blue 225

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

Shades of Royal Blue #496FE1

Tints of Royal Blue #496FE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 55.01%

R = 17.85%
G = 27.14%
B = 55.01%

CMYK

 C value IS 0.68

 M value IS 0.51

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#496FE1 (or 0x496FE1) is known color: Royal Blue. HEX triplet: 49, 6F and E1. RGB value is (73,111,225). Sum of RGB (Red+Green+Blue) = 73+111+225=409 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.85% from 409); Green value is 111 (43.75% from 255 or 27.14% from 409); Blue value is 225 (88.28% from 255 or 55.01% from 409); Max value from RGB is 225 - color contains mainly: blue. Hex color #496FE1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #496FE1 is #B6901E. Grayscale: #707070. Windows color (decimal): -11964447 or 14774089. OLE color: 14774089.

HSL color Cylindrical-coordinate representation of color #496FE1: hue angle of 225º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #496FE1 is Cyan = 0.68, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 73 111 225 -
CMYK 0.68 0.51 0 0.12
HSL 225º 0.72% 0.58% -
HSV(B) 225º 0.68% 0.88% -
XYZ 22.02 18.22 73.59 -
YUV 112.63 191.41 99.73 -
System Red Green Blue C M Y K H S L
Decimal 73 111 225 0.68 0.51 0 0.12 225 0.72 0.58
Hex 49 6F E1 44 33 0 C E1 48 3A
Octal 111 157 341 104 63 0 14 341 110 72
Binary 1001001 1101111 11100001 1000100 110011 0 1100 11100001 1001000 111010

Color Harmonies of #496FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496FE1

Black with #496FE1

Text Example


Text Example

White with #496FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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