Html Css Color HEX #496CD3 Royal Blue

📋 copy color: '#496CD3'

red 73 ◦ green 108 ◦ blue 211

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

Shades of Royal Blue #496CD3

Tints of Royal Blue #496CD3

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.55%

 BLUE value IS 211 (82.81% from 255) = 53.83%

R = 18.62%
G = 27.55%
B = 53.83%

CMYK

 C value IS 0.65

 M value IS 0.49

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#496CD3 (or 0x496CD3) is known color: Royal Blue. HEX triplet: 49, 6C and D3. RGB value is (73,108,211). Sum of RGB (Red+Green+Blue) = 73+108+211=392 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.62% from 392); Green value is 108 (42.58% from 255 or 27.55% from 392); Blue value is 211 (82.81% from 255 or 53.83% from 392); Max value from RGB is 211 - color contains mainly: blue. Hex color #496CD3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #496CD3 is #B6932C. Grayscale: #6C6C6C. Windows color (decimal): -11965229 or 13855817. OLE color: 13855817.

HSL color Cylindrical-coordinate representation of color #496CD3: hue angle of 224.78º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #496CD3 is Cyan = 0.65, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 73 108 211 -
CMYK 0.65 0.49 0 0.17
HSL 224.78º 0.61% 0.56% -
HSV(B) 224.78º 0.65% 0.83% -
XYZ 19.87 16.84 63.83 -
YUV 109.28 185.4 102.12 -
System Red Green Blue C M Y K H S L
Decimal 73 108 211 0.65 0.49 0 0.17 224.78 0.61 0.56
Hex 49 6C D3 41 31 0 11 E1 3D 38
Octal 111 154 323 101 61 0 21 341 75 70
Binary 1001001 1101100 11010011 1000001 110001 0 10001 11100001 111101 111000

Color Harmonies of #496CD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496CD3

Black with #496CD3

Text Example


Text Example

White with #496CD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,108,211); }

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

background-color css

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

 a { background-color: rgb(73,108,211); }

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

border-color css

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

 span { border-color: rgb(73,108,211); }

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