Html Css Color HEX #496CCE Royal Blue

📋 copy color: '#496CCE'

red 73 ◦ green 108 ◦ blue 206

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

Shades of Royal Blue #496CCE

Tints of Royal Blue #496CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 53.23%

R = 18.86%
G = 27.91%
B = 53.23%

CMYK

 C value IS 0.65

 M value IS 0.48

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#496CCE (or 0x496CCE) is known color: Royal Blue. HEX triplet: 49, 6C and CE. RGB value is (73,108,206). Sum of RGB (Red+Green+Blue) = 73+108+206=387 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.86% from 387); Green value is 108 (42.58% from 255 or 27.91% from 387); Blue value is 206 (80.86% from 255 or 53.23% from 387); Max value from RGB is 206 - color contains mainly: blue. Hex color #496CCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #496CCE is #B69331. Grayscale: #6C6C6C. Windows color (decimal): -11965234 or 13528137. OLE color: 13528137.

HSL color Cylindrical-coordinate representation of color #496CCE: hue angle of 224.21º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #496CCE is Cyan = 0.65, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 73 108 206 -
CMYK 0.65 0.48 0 0.19
HSL 224.21º 0.58% 0.55% -
HSV(B) 224.21º 0.65% 0.81% -
XYZ 19.25 16.6 60.58 -
YUV 108.71 182.9 102.53 -
System Red Green Blue C M Y K H S L
Decimal 73 108 206 0.65 0.48 0 0.19 224.21 0.58 0.55
Hex 49 6C CE 41 30 0 13 E0 3A 37
Octal 111 154 316 101 60 0 23 340 72 67
Binary 1001001 1101100 11001110 1000001 110000 0 10011 11100000 111010 110111

Color Harmonies of #496CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496CCE

Black with #496CCE

Text Example


Text Example

White with #496CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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