Html Css Color HEX #496FFB Royal Blue

📋 copy color: '#496FFB'

red 73 ◦ green 111 ◦ blue 251

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

Shades of Royal Blue #496FFB

Tints of Royal Blue #496FFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 57.7%

R = 16.78%
G = 25.52%
B = 57.7%

CMYK

 C value IS 0.71

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#496FFB (or 0x496FFB) is known color: Royal Blue. HEX triplet: 49, 6F and FB. RGB value is (73,111,251). Sum of RGB (Red+Green+Blue) = 73+111+251=435 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.78% from 435); Green value is 111 (43.75% from 255 or 25.52% from 435); Blue value is 251 (98.44% from 255 or 57.70% from 435); Max value from RGB is 251 - color contains mainly: blue. Hex color #496FFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #496FFB is #B69004. Grayscale: #727272. Windows color (decimal): -11964421 or 16478025. OLE color: 16478025.

HSL color Cylindrical-coordinate representation of color #496FFB: hue angle of 227.19º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #496FFB is Cyan = 0.71, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 73 111 251 -
CMYK 0.71 0.56 0 0.02
HSL 227.19º 0.96% 0.64% -
HSV(B) 227.19º 0.71% 0.98% -
XYZ 25.84 19.75 93.72 -
YUV 115.6 204.41 97.62 -
System Red Green Blue C M Y K H S L
Decimal 73 111 251 0.71 0.56 0 0.02 227.19 0.96 0.64
Hex 49 6F FB 47 38 0 2 E3 60 40
Octal 111 157 373 107 70 0 2 343 140 100
Binary 1001001 1101111 11111011 1000111 111000 0 10 11100011 1100000 1000000

Color Harmonies of #496FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496FFB

Black with #496FFB

Text Example


Text Example

White with #496FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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