Html Css Color HEX #496DCB Royal Blue

📋 copy color: '#496DCB'

red 73 ◦ green 109 ◦ blue 203

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

Shades of Royal Blue #496DCB

Tints of Royal Blue #496DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 52.73%

R = 18.96%
G = 28.31%
B = 52.73%

CMYK

 C value IS 0.64

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#496DCB (or 0x496DCB) is known color: Royal Blue. HEX triplet: 49, 6D and CB. RGB value is (73,109,203). Sum of RGB (Red+Green+Blue) = 73+109+203=385 (50% of max value = 765). Red value is 73 (28.91% from 255 or 18.96% from 385); Green value is 109 (42.97% from 255 or 28.31% from 385); Blue value is 203 (79.69% from 255 or 52.73% from 385); Max value from RGB is 203 - color contains mainly: blue. Hex color #496DCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #496DCB is #B69234. Grayscale: #6C6C6C. Windows color (decimal): -11964981 or 13331785. OLE color: 13331785.

HSL color Cylindrical-coordinate representation of color #496DCB: hue angle of 223.38º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #496DCB is Cyan = 0.64, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 73 109 203 -
CMYK 0.64 0.46 0 0.20
HSL 223.38º 0.56% 0.54% -
HSV(B) 223.38º 0.64% 0.8% -
XYZ 19 16.67 58.72 -
YUV 108.95 181.07 102.36 -
System Red Green Blue C M Y K H S L
Decimal 73 109 203 0.64 0.46 0 0.20 223.38 0.56 0.54
Hex 49 6D CB 40 2E 0 14 DF 38 36
Octal 111 155 313 100 56 0 24 337 70 66
Binary 1001001 1101101 11001011 1000000 101110 0 10100 11011111 111000 110110

Color Harmonies of #496DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496DCB

Black with #496DCB

Text Example


Text Example

White with #496DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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