Html Css Color HEX #496CDF Royal Blue

📋 copy color: '#496CDF'

red 73 ◦ green 108 ◦ blue 223

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

Shades of Royal Blue #496CDF

Tints of Royal Blue #496CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 55.2%

R = 18.07%
G = 26.73%
B = 55.2%

CMYK

 C value IS 0.67

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#496CDF (or 0x496CDF) is known color: Royal Blue. HEX triplet: 49, 6C and DF. RGB value is (73,108,223). Sum of RGB (Red+Green+Blue) = 73+108+223=404 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.07% from 404); Green value is 108 (42.58% from 255 or 26.73% from 404); Blue value is 223 (87.5% from 255 or 55.20% from 404); Max value from RGB is 223 - color contains mainly: blue. Hex color #496CDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #496CDF is #B69320. Grayscale: #6E6E6E. Windows color (decimal): -11965217 or 14642249. OLE color: 14642249.

HSL color Cylindrical-coordinate representation of color #496CDF: hue angle of 226º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #496CDF is Cyan = 0.67, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 73 108 223 -
CMYK 0.67 0.52 0 0.13
HSL 226º 0.7% 0.58% -
HSV(B) 226º 0.67% 0.87% -
XYZ 21.43 17.47 72.05 -
YUV 110.65 191.4 101.15 -
System Red Green Blue C M Y K H S L
Decimal 73 108 223 0.67 0.52 0 0.13 226 0.7 0.58
Hex 49 6C DF 43 34 0 D E2 46 3A
Octal 111 154 337 103 64 0 15 342 106 72
Binary 1001001 1101100 11011111 1000011 110100 0 1101 11100010 1000110 111010

Color Harmonies of #496CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496CDF

Black with #496CDF

Text Example


Text Example

White with #496CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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