Html Css Color HEX #496CD2 Royal Blue

📋 copy color: '#496CD2'

red 73 ◦ green 108 ◦ blue 210

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

Shades of Royal Blue #496CD2

Tints of Royal Blue #496CD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 53.71%

R = 18.67%
G = 27.62%
B = 53.71%

CMYK

 C value IS 0.65

 M value IS 0.49

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#496CD2 (or 0x496CD2) is known color: Royal Blue. HEX triplet: 49, 6C and D2. RGB value is (73,108,210). Sum of RGB (Red+Green+Blue) = 73+108+210=391 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.67% from 391); Green value is 108 (42.58% from 255 or 27.62% from 391); Blue value is 210 (82.42% from 255 or 53.71% from 391); Max value from RGB is 210 - color contains mainly: blue. Hex color #496CD2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #496CD2 is #B6932D. Grayscale: #6C6C6C. Windows color (decimal): -11965230 or 13790281. OLE color: 13790281.

HSL color Cylindrical-coordinate representation of color #496CD2: hue angle of 224.67º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #496CD2 is Cyan = 0.65, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 73 108 210 -
CMYK 0.65 0.49 0 0.18
HSL 224.67º 0.6% 0.55% -
HSV(B) 224.67º 0.65% 0.82% -
XYZ 19.74 16.79 63.17 -
YUV 109.16 184.9 102.21 -
System Red Green Blue C M Y K H S L
Decimal 73 108 210 0.65 0.49 0 0.18 224.67 0.6 0.55
Hex 49 6C D2 41 31 0 12 E1 3C 37
Octal 111 154 322 101 61 0 22 341 74 67
Binary 1001001 1101100 11010010 1000001 110001 0 10010 11100001 111100 110111

Color Harmonies of #496CD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496CD2

Black with #496CD2

Text Example


Text Example

White with #496CD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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