Html Css Color HEX #496BFD Royal Blue

📋 copy color: '#496BFD'

red 73 ◦ green 107 ◦ blue 253

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

Shades of Royal Blue #496BFD

Tints of Royal Blue #496BFD

RGB

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

 GREEN value IS 107 (42.19% from 255) = 24.71%

 BLUE value IS 253 (99.22% from 255) = 58.43%

R = 16.86%
G = 24.71%
B = 58.43%

CMYK

 C value IS 0.71

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#496BFD (or 0x496BFD) is known color: Royal Blue. HEX triplet: 49, 6B and FD. RGB value is (73,107,253). Sum of RGB (Red+Green+Blue) = 73+107+253=433 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.86% from 433); Green value is 107 (42.19% from 255 or 24.71% from 433); Blue value is 253 (99.22% from 255 or 58.43% from 433); Max value from RGB is 253 - color contains mainly: blue. Hex color #496BFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #496BFD is #B69402. Grayscale: #707070. Windows color (decimal): -11965443 or 16608073. OLE color: 16608073.

HSL color Cylindrical-coordinate representation of color #496BFD: hue angle of 228.67º degrees, saturation: 0.98, 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 #496BFD is Cyan = 0.71, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 73 107 253 -
CMYK 0.71 0.58 0 0.01
HSL 228.67º 0.98% 0.64% -
HSV(B) 228.67º 0.71% 0.99% -
XYZ 25.73 19.02 95.24 -
YUV 113.48 206.74 99.13 -
System Red Green Blue C M Y K H S L
Decimal 73 107 253 0.71 0.58 0 0.01 228.67 0.98 0.64
Hex 49 6B FD 47 3A 0 1 E5 62 40
Octal 111 153 375 107 72 0 1 345 142 100
Binary 1001001 1101011 11111101 1000111 111010 0 1 11100101 1100010 1000000

Color Harmonies of #496BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496BFD

Black with #496BFD

Text Example


Text Example

White with #496BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,107,253); }

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

background-color css

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

 a { background-color: rgb(73,107,253); }

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

border-color css

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

 span { border-color: rgb(73,107,253); }

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