Html Css Color HEX #496ADC Royal Blue

📋 copy color: '#496ADC'

red 73 ◦ green 106 ◦ blue 220

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

Shades of Royal Blue #496ADC

Tints of Royal Blue #496ADC

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.57%

 BLUE value IS 220 (86.33% from 255) = 55.14%

R = 18.3%
G = 26.57%
B = 55.14%

CMYK

 C value IS 0.67

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#496ADC (or 0x496ADC) is known color: Royal Blue. HEX triplet: 49, 6A and DC. RGB value is (73,106,220). Sum of RGB (Red+Green+Blue) = 73+106+220=399 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.30% from 399); Green value is 106 (41.80% from 255 or 26.57% from 399); Blue value is 220 (86.33% from 255 or 55.14% from 399); Max value from RGB is 220 - color contains mainly: blue. Hex color #496ADC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #496ADC is #B69523. Grayscale: #6C6C6C. Windows color (decimal): -11965732 or 14445129. OLE color: 14445129.

HSL color Cylindrical-coordinate representation of color #496ADC: hue angle of 226.53º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #496ADC is Cyan = 0.67, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 73 106 220 -
CMYK 0.67 0.52 0 0.14
HSL 226.53º 0.68% 0.57% -
HSV(B) 226.53º 0.67% 0.86% -
XYZ 20.82 16.89 69.87 -
YUV 109.13 190.57 102.23 -
System Red Green Blue C M Y K H S L
Decimal 73 106 220 0.67 0.52 0 0.14 226.53 0.68 0.57
Hex 49 6A DC 43 34 0 E E3 44 39
Octal 111 152 334 103 64 0 16 343 104 71
Binary 1001001 1101010 11011100 1000011 110100 0 1110 11100011 1000100 111001

Color Harmonies of #496ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496ADC

Black with #496ADC

Text Example


Text Example

White with #496ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,106,220); }

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

background-color css

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

 a { background-color: rgb(73,106,220); }

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

border-color css

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

 span { border-color: rgb(73,106,220); }

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