Html Css Color HEX #496BD5 Royal Blue

📋 copy color: '#496BD5'

red 73 ◦ green 107 ◦ blue 213

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

Shades of Royal Blue #496BD5

Tints of Royal Blue #496BD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 54.2%

R = 18.58%
G = 27.23%
B = 54.2%

CMYK

 C value IS 0.66

 M value IS 0.50

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#496BD5 (or 0x496BD5) is known color: Royal Blue. HEX triplet: 49, 6B and D5. RGB value is (73,107,213). Sum of RGB (Red+Green+Blue) = 73+107+213=393 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.58% from 393); Green value is 107 (42.19% from 255 or 27.23% from 393); Blue value is 213 (83.59% from 255 or 54.20% from 393); Max value from RGB is 213 - color contains mainly: blue. Hex color #496BD5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #496BD5 is #B6942A. Grayscale: #6C6C6C. Windows color (decimal): -11965483 or 13986633. OLE color: 13986633.

HSL color Cylindrical-coordinate representation of color #496BD5: hue angle of 225.43º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #496BD5 is Cyan = 0.66, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 73 107 213 -
CMYK 0.66 0.50 0 0.16
HSL 225.43º 0.63% 0.56% -
HSV(B) 225.43º 0.66% 0.84% -
XYZ 20.02 16.74 65.13 -
YUV 108.92 186.74 102.38 -
System Red Green Blue C M Y K H S L
Decimal 73 107 213 0.66 0.50 0 0.16 225.43 0.63 0.56
Hex 49 6B D5 42 32 0 10 E1 3E 38
Octal 111 153 325 102 62 0 20 341 76 70
Binary 1001001 1101011 11010101 1000010 110010 0 10000 11100001 111110 111000

Color Harmonies of #496BD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496BD5

Black with #496BD5

Text Example


Text Example

White with #496BD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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