Html Css Color HEX #496DD0 Royal Blue

📋 copy color: '#496DD0'

red 73 ◦ green 109 ◦ blue 208

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

Shades of Royal Blue #496DD0

Tints of Royal Blue #496DD0

RGB

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

 GREEN value IS 109 (42.97% from 255) = 27.95%

 BLUE value IS 208 (81.64% from 255) = 53.33%

R = 18.72%
G = 27.95%
B = 53.33%

CMYK

 C value IS 0.65

 M value IS 0.48

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#496DD0 (or 0x496DD0) is known color: Royal Blue. HEX triplet: 49, 6D and D0. RGB value is (73,109,208). Sum of RGB (Red+Green+Blue) = 73+109+208=390 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.72% from 390); Green value is 109 (42.97% from 255 or 27.95% from 390); Blue value is 208 (81.64% from 255 or 53.33% from 390); Max value from RGB is 208 - color contains mainly: blue. Hex color #496DD0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #496DD0 is #B6922F. Grayscale: #6D6D6D. Windows color (decimal): -11964976 or 13659465. OLE color: 13659465.

HSL color Cylindrical-coordinate representation of color #496DD0: hue angle of 224º degrees, saturation: 0.59, 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 #496DD0 is Cyan = 0.65, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 73 109 208 -
CMYK 0.65 0.48 0 0.18
HSL 224º 0.59% 0.55% -
HSV(B) 224º 0.65% 0.82% -
XYZ 19.6 16.91 61.9 -
YUV 109.52 183.57 101.95 -
System Red Green Blue C M Y K H S L
Decimal 73 109 208 0.65 0.48 0 0.18 224 0.59 0.55
Hex 49 6D D0 41 30 0 12 E0 3B 37
Octal 111 155 320 101 60 0 22 340 73 67
Binary 1001001 1101101 11010000 1000001 110000 0 10010 11100000 111011 110111

Color Harmonies of #496DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496DD0

Black with #496DD0

Text Example


Text Example

White with #496DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,109,208); }

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

background-color css

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

 a { background-color: rgb(73,109,208); }

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

border-color css

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

 span { border-color: rgb(73,109,208); }

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