Html Css Color HEX #496FFC Royal Blue

📋 copy color: '#496FFC'

red 73 ◦ green 111 ◦ blue 252

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

Shades of Royal Blue #496FFC

Tints of Royal Blue #496FFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 57.8%

R = 16.74%
G = 25.46%
B = 57.8%

CMYK

 C value IS 0.71

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#496FFC (or 0x496FFC) is known color: Royal Blue. HEX triplet: 49, 6F and FC. RGB value is (73,111,252). Sum of RGB (Red+Green+Blue) = 73+111+252=436 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.74% from 436); Green value is 111 (43.75% from 255 or 25.46% from 436); Blue value is 252 (98.83% from 255 or 57.80% from 436); Max value from RGB is 252 - color contains mainly: blue. Hex color #496FFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #496FFC is #B69003. Grayscale: #737373. Windows color (decimal): -11964420 or 16543561. OLE color: 16543561.

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

Color convert

RGB 73 111 252 -
CMYK 0.71 0.56 0 0.01
HSL 227.26º 0.97% 0.64% -
HSV(B) 227.26º 0.71% 0.99% -
XYZ 26 19.81 94.55 -
YUV 115.71 204.91 97.54 -
System Red Green Blue C M Y K H S L
Decimal 73 111 252 0.71 0.56 0 0.01 227.26 0.97 0.64
Hex 49 6F FC 47 38 0 1 E3 61 40
Octal 111 157 374 107 70 0 1 343 141 100
Binary 1001001 1101111 11111100 1000111 111000 0 1 11100011 1100001 1000000

Color Harmonies of #496FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496FFC

Black with #496FFC

Text Example


Text Example

White with #496FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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